#[repr(transparent)]pub struct SocialFeedKind(pub i32);
Expand description
Required features: "ApplicationModel_SocialInfo"
, "deprecated"
Tuple Fields
0: i32
Implementations
impl SocialFeedKind
impl SocialFeedKind
pub const HomeFeed: Self = Self(0i32)
pub const ContactFeed: Self = Self(1i32)
pub const Dashboard: Self = Self(2i32)
Trait Implementations
impl Clone for SocialFeedKind
impl Clone for SocialFeedKind
impl Copy for SocialFeedKind
Auto Trait Implementations
impl RefUnwindSafe for SocialFeedKind
impl Send for SocialFeedKind
impl Sync for SocialFeedKind
impl Unpin for SocialFeedKind
impl UnwindSafe for SocialFeedKind
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