pub enum DynamicStructIndexWriter {
U8(DynamicStructIndexWriterI<u8>),
U16(DynamicStructIndexWriterI<u16>),
}Variants§
Trait Implementations§
Source§impl Hash for DynamicStructIndexWriter
impl Hash for DynamicStructIndexWriter
Source§impl Ord for DynamicStructIndexWriter
impl Ord for DynamicStructIndexWriter
Source§fn cmp(&self, other: &DynamicStructIndexWriter) -> Ordering
fn cmp(&self, other: &DynamicStructIndexWriter) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for DynamicStructIndexWriter
impl PartialEq for DynamicStructIndexWriter
Source§impl PartialOrd for DynamicStructIndexWriter
impl PartialOrd for DynamicStructIndexWriter
Source§impl Write for DynamicStructIndexWriter
impl Write for DynamicStructIndexWriter
impl Eq for DynamicStructIndexWriter
impl StructuralPartialEq for DynamicStructIndexWriter
Auto Trait Implementations§
impl Freeze for DynamicStructIndexWriter
impl RefUnwindSafe for DynamicStructIndexWriter
impl Send for DynamicStructIndexWriter
impl Sync for DynamicStructIndexWriter
impl Unpin for DynamicStructIndexWriter
impl UnwindSafe for DynamicStructIndexWriter
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