#[repr(transparent)]pub struct TargetedContentObjectKind(pub i32);
Expand description
Required features: "Services_TargetedContent"
Tuple Fields
0: i32
Implementations
impl TargetedContentObjectKind
impl TargetedContentObjectKind
pub const Collection: Self = Self(0i32)
pub const Item: Self = Self(1i32)
pub const Value: Self = Self(2i32)
Trait Implementations
impl Clone for TargetedContentObjectKind
impl Clone for TargetedContentObjectKind
impl Copy for TargetedContentObjectKind
Auto Trait Implementations
impl RefUnwindSafe for TargetedContentObjectKind
impl Send for TargetedContentObjectKind
impl Sync for TargetedContentObjectKind
impl Unpin for TargetedContentObjectKind
impl UnwindSafe for TargetedContentObjectKind
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