#[repr(u32)]pub enum BNMetadataType {
InvalidDataType = 0,
BooleanDataType = 1,
StringDataType = 2,
UnsignedIntegerDataType = 3,
SignedIntegerDataType = 4,
DoubleDataType = 5,
RawDataType = 6,
KeyValueDataType = 7,
ArrayDataType = 8,
}
Variants§
InvalidDataType = 0
BooleanDataType = 1
StringDataType = 2
UnsignedIntegerDataType = 3
SignedIntegerDataType = 4
DoubleDataType = 5
RawDataType = 6
KeyValueDataType = 7
ArrayDataType = 8
Trait Implementations§
source§impl Clone for BNMetadataType
impl Clone for BNMetadataType
source§fn clone(&self) -> BNMetadataType
fn clone(&self) -> BNMetadataType
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 moresource§impl Debug for BNMetadataType
impl Debug for BNMetadataType
source§impl Hash for BNMetadataType
impl Hash for BNMetadataType
source§impl PartialEq for BNMetadataType
impl PartialEq for BNMetadataType
impl Copy for BNMetadataType
impl Eq for BNMetadataType
impl StructuralPartialEq for BNMetadataType
Auto Trait Implementations§
impl Freeze for BNMetadataType
impl RefUnwindSafe for BNMetadataType
impl Send for BNMetadataType
impl Sync for BNMetadataType
impl Unpin for BNMetadataType
impl UnwindSafe for BNMetadataType
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§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)