pub struct DataByte(/* private fields */);Implementations§
Trait Implementations§
impl Copy for DataByte
impl Eq for DataByte
Source§impl Ord for DataByte
impl Ord for DataByte
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 DataByte
impl PartialOrd for DataByte
impl StructuralPartialEq for DataByte
Auto Trait Implementations§
impl Freeze for DataByte
impl RefUnwindSafe for DataByte
impl Send for DataByte
impl Sync for DataByte
impl Unpin for DataByte
impl UnsafeUnpin for DataByte
impl UnwindSafe for DataByte
Blanket Implementations§
impl<T> AutoreleaseSafe for Twhere
T: ?Sized,
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