pub struct U56(/* private fields */);Trait Implementations§
Source§impl Ord for U56
impl Ord for U56
Source§impl PartialOrd for U56
impl PartialOrd for U56
impl Copy for U56
impl Eq for U56
impl StructuralPartialEq for U56
Auto Trait Implementations§
impl Freeze for U56
impl RefUnwindSafe for U56
impl Send for U56
impl Sync for U56
impl Unpin for U56
impl UnwindSafe for U56
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