#[repr(transparent)]pub struct SocialFeedUpdateMode(pub i32);
Expand description
Required features: ‘ApplicationModel_SocialInfo’, ‘deprecated’
Tuple Fields
0: i32
Implementations
impl SocialFeedUpdateMode
impl SocialFeedUpdateMode
Trait Implementations
impl Clone for SocialFeedUpdateMode
impl Clone for SocialFeedUpdateMode
impl Copy for SocialFeedUpdateMode
Auto Trait Implementations
impl RefUnwindSafe for SocialFeedUpdateMode
impl Send for SocialFeedUpdateMode
impl Sync for SocialFeedUpdateMode
impl Unpin for SocialFeedUpdateMode
impl UnwindSafe for SocialFeedUpdateMode
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more