Enum yang3::schema::DataValueType
source · pub enum DataValueType {
Show 20 variants
Unknown = 0,
Binary = 1,
Uint8 = 2,
Uint16 = 3,
Uint32 = 4,
Uint64 = 5,
String = 6,
Bits = 7,
Bool = 8,
Dec64 = 9,
Empty = 10,
Enum = 11,
IdentityRef = 12,
InstanceId = 13,
LeafRef = 14,
Union = 15,
Int8 = 16,
Int16 = 17,
Int32 = 18,
Int64 = 19,
}Expand description
YANG data value type.
Variants§
Unknown = 0
Binary = 1
Uint8 = 2
Uint16 = 3
Uint32 = 4
Uint64 = 5
String = 6
Bits = 7
Bool = 8
Dec64 = 9
Empty = 10
Enum = 11
IdentityRef = 12
InstanceId = 13
LeafRef = 14
Union = 15
Int8 = 16
Int16 = 17
Int32 = 18
Int64 = 19
Trait Implementations§
source§impl Clone for DataValueType
impl Clone for DataValueType
source§fn clone(&self) -> DataValueType
fn clone(&self) -> DataValueType
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 DataValueType
impl Debug for DataValueType
source§impl FromPrimitive for DataValueType
impl FromPrimitive for DataValueType
source§fn from_i64(n: i64) -> Option<Self>
fn from_i64(n: i64) -> Option<Self>
Converts an
i64 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.source§fn from_u64(n: u64) -> Option<Self>
fn from_u64(n: u64) -> Option<Self>
Converts an
u64 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.source§fn from_isize(n: isize) -> Option<Self>
fn from_isize(n: isize) -> Option<Self>
Converts an
isize to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.source§fn from_i8(n: i8) -> Option<Self>
fn from_i8(n: i8) -> Option<Self>
Converts an
i8 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.source§fn from_i16(n: i16) -> Option<Self>
fn from_i16(n: i16) -> Option<Self>
Converts an
i16 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.source§fn from_i32(n: i32) -> Option<Self>
fn from_i32(n: i32) -> Option<Self>
Converts an
i32 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.source§fn from_i128(n: i128) -> Option<Self>
fn from_i128(n: i128) -> Option<Self>
Converts an
i128 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read moresource§fn from_usize(n: usize) -> Option<Self>
fn from_usize(n: usize) -> Option<Self>
Converts a
usize to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.source§fn from_u8(n: u8) -> Option<Self>
fn from_u8(n: u8) -> Option<Self>
Converts an
u8 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.source§fn from_u16(n: u16) -> Option<Self>
fn from_u16(n: u16) -> Option<Self>
Converts an
u16 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.source§fn from_u32(n: u32) -> Option<Self>
fn from_u32(n: u32) -> Option<Self>
Converts an
u32 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.source§fn from_u128(n: u128) -> Option<Self>
fn from_u128(n: u128) -> Option<Self>
Converts an
u128 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read moresource§impl PartialEq for DataValueType
impl PartialEq for DataValueType
source§fn eq(&self, other: &DataValueType) -> bool
fn eq(&self, other: &DataValueType) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for DataValueType
impl StructuralPartialEq for DataValueType
Auto Trait Implementations§
impl Freeze for DataValueType
impl RefUnwindSafe for DataValueType
impl Send for DataValueType
impl Sync for DataValueType
impl Unpin for DataValueType
impl UnwindSafe for DataValueType
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§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
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)