pub enum Marker {
}
Expand description
Format markers.
Variants§
FixPos(u8)
FixNeg(i8)
Null
True
False
U8
U16
U32
U64
I8
I16
I32
I64
F32
F64
FixStr(u8)
Str8
Str16
Str32
Bin8
Bin16
Bin32
FixArray(u8)
Array16
Array32
FixMap(u8)
Map16
Map32
FixExt1
FixExt2
FixExt4
FixExt8
FixExt16
Ext8
Ext16
Ext32
Reserved
Implementations§
Trait Implementations§
impl Copy for Marker
impl StructuralPartialEq for Marker
Auto Trait Implementations§
impl Freeze for Marker
impl RefUnwindSafe for Marker
impl Send for Marker
impl Sync for Marker
impl Unpin for Marker
impl UnwindSafe for Marker
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