pub struct JsonByte(pub u8);Tuple Fields§
§0: u8Trait Implementations§
Source§impl Ord for JsonByte
impl Ord for JsonByte
1.21.0 (const: unstable) · 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 PartialOrd for JsonByte
impl PartialOrd for JsonByte
impl Copy for JsonByte
impl Eq for JsonByte
impl StructuralPartialEq for JsonByte
Auto Trait Implementations§
impl Freeze for JsonByte
impl RefUnwindSafe for JsonByte
impl Send for JsonByte
impl Sync for JsonByte
impl Unpin for JsonByte
impl UnsafeUnpin for JsonByte
impl UnwindSafe for JsonByte
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