pub enum SizeVariant {
Bit,
Byte,
}Variants§
Implementations§
Source§impl SizeVariant
impl SizeVariant
Trait Implementations§
Source§impl Clone for SizeVariant
impl Clone for SizeVariant
Source§fn clone(&self) -> SizeVariant
fn clone(&self) -> SizeVariant
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 SizeVariant
impl Debug for SizeVariant
Source§impl Display for SizeVariant
impl Display for SizeVariant
Source§impl From<SizeVariant> for Unit
impl From<SizeVariant> for Unit
Source§fn from(variant: SizeVariant) -> Self
fn from(variant: SizeVariant) -> Self
Converts to this type from the input type.
Source§impl FromStr for SizeVariant
impl FromStr for SizeVariant
Source§impl PartialEq for SizeVariant
impl PartialEq for SizeVariant
Source§impl PartialOrd for SizeVariant
impl PartialOrd for SizeVariant
impl Copy for SizeVariant
impl Eq for SizeVariant
impl StructuralPartialEq for SizeVariant
Auto Trait Implementations§
impl Freeze for SizeVariant
impl RefUnwindSafe for SizeVariant
impl Send for SizeVariant
impl Sync for SizeVariant
impl Unpin for SizeVariant
impl UnwindSafe for SizeVariant
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