pub struct blaze_user_meta_kind(/* private fields */);Expand description
The valid variant kind in blaze_user_meta.
Implementations§
Source§impl blaze_user_meta_kind
impl blaze_user_meta_kind
Sourcepub const UNKNOWN: blaze_user_meta_kind
pub const UNKNOWN: blaze_user_meta_kind
blaze_user_meta_variant::unknown is valid.
Sourcepub const APK: blaze_user_meta_kind
pub const APK: blaze_user_meta_kind
blaze_user_meta_variant::apk is valid.
Sourcepub const ELF: blaze_user_meta_kind
pub const ELF: blaze_user_meta_kind
blaze_user_meta_variant::elf is valid.
Sourcepub const SYM: blaze_user_meta_kind
pub const SYM: blaze_user_meta_kind
blaze_user_meta_variant::sym is valid.
Sourcepub const BLAZE_USER_META_UNKNOWN: blaze_user_meta_kind
👎Deprecated
pub const BLAZE_USER_META_UNKNOWN: blaze_user_meta_kind
Deprecated; use BLAZE_USER_META_KIND_UNKNOWN.
Sourcepub const BLAZE_USER_META_APK: blaze_user_meta_kind
👎Deprecated
pub const BLAZE_USER_META_APK: blaze_user_meta_kind
Deprecated; use BLAZE_USER_META_KIND_APK.
Sourcepub const BLAZE_USER_META_ELF: blaze_user_meta_kind
👎Deprecated
pub const BLAZE_USER_META_ELF: blaze_user_meta_kind
Deprecated; use BLAZE_USER_META_KIND_ELF.
Trait Implementations§
Source§impl Clone for blaze_user_meta_kind
impl Clone for blaze_user_meta_kind
Source§fn clone(&self) -> blaze_user_meta_kind
fn clone(&self) -> blaze_user_meta_kind
Returns a duplicate 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 moreSource§impl Debug for blaze_user_meta_kind
impl Debug for blaze_user_meta_kind
Source§impl PartialEq for blaze_user_meta_kind
impl PartialEq for blaze_user_meta_kind
impl Copy for blaze_user_meta_kind
impl Eq for blaze_user_meta_kind
impl StructuralPartialEq for blaze_user_meta_kind
Auto Trait Implementations§
impl Freeze for blaze_user_meta_kind
impl RefUnwindSafe for blaze_user_meta_kind
impl Send for blaze_user_meta_kind
impl Sync for blaze_user_meta_kind
impl Unpin for blaze_user_meta_kind
impl UnwindSafe for blaze_user_meta_kind
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.