pub struct CIContentRcvChatFeatureRef<'a> {
pub feature: &'a ChatFeature,
pub enabled: &'a PrefEnabled,
pub param: &'a Option<i32>,
}Fields§
§feature: &'a ChatFeature§enabled: &'a PrefEnabled§param: &'a Option<i32>Trait Implementations§
Source§impl<'a> Clone for CIContentRcvChatFeatureRef<'a>
impl<'a> Clone for CIContentRcvChatFeatureRef<'a>
Source§fn clone(&self) -> CIContentRcvChatFeatureRef<'a>
fn clone(&self) -> CIContentRcvChatFeatureRef<'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 CIContentRcvChatFeatureRef<'a>
Auto Trait Implementations§
impl<'a> Freeze for CIContentRcvChatFeatureRef<'a>
impl<'a> RefUnwindSafe for CIContentRcvChatFeatureRef<'a>
impl<'a> Send for CIContentRcvChatFeatureRef<'a>
impl<'a> Sync for CIContentRcvChatFeatureRef<'a>
impl<'a> Unpin for CIContentRcvChatFeatureRef<'a>
impl<'a> UnsafeUnpin for CIContentRcvChatFeatureRef<'a>
impl<'a> UnwindSafe for CIContentRcvChatFeatureRef<'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