pub enum ConfigNestedValueType {
Bool {},
Uint8 {},
Uint16 {},
Uint32 {},
Uint64 {},
Int8 {},
Int16 {},
Int32 {},
Int64 {},
String {
max_size: NonZeroU32,
},
}
Variants§
Implementations§
Source§impl ConfigNestedValueType
impl ConfigNestedValueType
Sourcepub fn update_digest(&self, hasher: &mut impl Digest)
pub fn update_digest(&self, hasher: &mut impl Digest)
Update the hasher by digesting the ConfigVectorElementType enum value
Trait Implementations§
Source§impl Clone for ConfigNestedValueType
impl Clone for ConfigNestedValueType
Source§fn clone(&self) -> ConfigNestedValueType
fn clone(&self) -> ConfigNestedValueType
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 ConfigNestedValueType
impl Debug for ConfigNestedValueType
Source§impl<'de> Deserialize<'de> for ConfigNestedValueType
impl<'de> Deserialize<'de> for ConfigNestedValueType
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl From<ConfigNestedValueType> for ConfigNestedValueType
impl From<ConfigNestedValueType> for ConfigNestedValueType
Source§fn from(value: ConfigNestedValueType) -> Self
fn from(value: ConfigNestedValueType) -> Self
Converts to this type from the input type.
Source§impl PartialEq for ConfigNestedValueType
impl PartialEq for ConfigNestedValueType
Source§impl Serialize for ConfigNestedValueType
impl Serialize for ConfigNestedValueType
impl StructuralPartialEq for ConfigNestedValueType
Auto Trait Implementations§
impl Freeze for ConfigNestedValueType
impl RefUnwindSafe for ConfigNestedValueType
impl Send for ConfigNestedValueType
impl Sync for ConfigNestedValueType
impl Unpin for ConfigNestedValueType
impl UnwindSafe for ConfigNestedValueType
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
)