pub enum SerialType {
}
Variants§
Implementations§
Trait Implementations§
Source§impl Debug for SerialType
impl Debug for SerialType
Source§impl From<u64> for SerialType
impl From<u64> for SerialType
Source§impl PartialEq for SerialType
impl PartialEq for SerialType
impl Eq for SerialType
impl StructuralPartialEq for SerialType
Auto Trait Implementations§
impl Freeze for SerialType
impl RefUnwindSafe for SerialType
impl Send for SerialType
impl Sync for SerialType
impl Unpin for SerialType
impl UnwindSafe for SerialType
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