#[repr(transparent)]pub struct TargetedContentObjectKind(pub i32);Expand description
Required features: ‘Services_TargetedContent’
Tuple Fields
0: i32Implementations
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 · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more