pub struct CIContentRcvChatPreferenceRef<'a> {
pub feature: &'a ChatFeature,
pub allowed: &'a FeatureAllowed,
pub param: &'a Option<i32>,
}Fields§
§feature: &'a ChatFeature§allowed: &'a FeatureAllowed§param: &'a Option<i32>Trait Implementations§
Source§impl<'a> Clone for CIContentRcvChatPreferenceRef<'a>
impl<'a> Clone for CIContentRcvChatPreferenceRef<'a>
Source§fn clone(&self) -> CIContentRcvChatPreferenceRef<'a>
fn clone(&self) -> CIContentRcvChatPreferenceRef<'a>
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl<'a> Copy for CIContentRcvChatPreferenceRef<'a>
Auto Trait Implementations§
impl<'a> Freeze for CIContentRcvChatPreferenceRef<'a>
impl<'a> RefUnwindSafe for CIContentRcvChatPreferenceRef<'a>
impl<'a> Send for CIContentRcvChatPreferenceRef<'a>
impl<'a> Sync for CIContentRcvChatPreferenceRef<'a>
impl<'a> Unpin for CIContentRcvChatPreferenceRef<'a>
impl<'a> UnsafeUnpin for CIContentRcvChatPreferenceRef<'a>
impl<'a> UnwindSafe for CIContentRcvChatPreferenceRef<'a>
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more