#[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 = Self(0i32)
pub const Uri: Self = Self(1i32)
pub const Number: Self = Self(2i32)
pub const Boolean: Self = Self(3i32)
pub const File: Self = Self(4i32)
pub const ImageFile: Self = Self(5i32)
pub const Action: Self = Self(6i32)
pub const Strings: Self = Self(7i32)
pub const Uris: Self = Self(8i32)
pub const Numbers: Self = Self(9i32)
pub const Booleans: Self = Self(10i32)
pub const Files: Self = Self(11i32)
pub const ImageFiles: Self = Self(12i32)
pub const Actions: Self = Self(13i32)
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 · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more