pub enum RawType {
Cbor,
Json,
Msgpack,
Unknown,
}
Variants§
Trait Implementations§
impl StructuralPartialEq for RawType
Auto Trait Implementations§
impl Freeze for RawType
impl RefUnwindSafe for RawType
impl Send for RawType
impl Sync for RawType
impl Unpin for RawType
impl UnwindSafe for RawType
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