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