Struct TargetedContentObjectKind
#[repr(transparent)]pub struct TargetedContentObjectKind(pub i32);
Tuple Fields§
§0: i32
Implementations§
Trait Implementations§
§impl Clone for TargetedContentObjectKind
impl Clone for TargetedContentObjectKind
§fn clone(&self) -> TargetedContentObjectKind
fn clone(&self) -> TargetedContentObjectKind
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Debug for TargetedContentObjectKind
impl Debug for TargetedContentObjectKind
§impl Default for TargetedContentObjectKind
impl Default for TargetedContentObjectKind
§fn default() -> TargetedContentObjectKind
fn default() -> TargetedContentObjectKind
Returns the “default value” for a type. Read more
§impl PartialEq for TargetedContentObjectKind
impl PartialEq for TargetedContentObjectKind
impl Copy for TargetedContentObjectKind
impl Eq for TargetedContentObjectKind
impl StructuralPartialEq for TargetedContentObjectKind
Auto Trait Implementations§
impl Freeze for TargetedContentObjectKind
impl RefUnwindSafe for TargetedContentObjectKind
impl Send for TargetedContentObjectKind
impl Sync for TargetedContentObjectKind
impl Unpin for TargetedContentObjectKind
impl UnwindSafe for TargetedContentObjectKind
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more