#[repr(transparent)]pub struct TargetedContentValueKind(pub i32);
Expand description
Required features: ‘Services_TargetedContent’
Tuple Fields
0: i32
Implementations
impl TargetedContentValueKind
impl TargetedContentValueKind
pub const String: Self
pub const Uri: Self
pub const Number: Self
pub const Boolean: Self
pub const File: Self
pub const ImageFile: Self
pub const Action: Self
pub const Strings: Self
pub const Uris: Self
pub const Numbers: Self
pub const Booleans: Self
pub const Files: Self
pub const ImageFiles: Self
pub const Actions: Self
Trait Implementations
impl Clone for TargetedContentValueKind
impl Clone for TargetedContentValueKind
impl Copy for TargetedContentValueKind
Auto Trait Implementations
impl RefUnwindSafe for TargetedContentValueKind
impl Send for TargetedContentValueKind
impl Sync for TargetedContentValueKind
impl Unpin for TargetedContentValueKind
impl UnwindSafe for TargetedContentValueKind
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