pub struct LeI64;Expand description
Trait Implementations§
Source§impl Ord for LeI64
impl Ord for LeI64
Source§impl PartialOrd for LeI64
impl PartialOrd for LeI64
impl Copy for LeI64
impl Eq for LeI64
impl StructuralPartialEq for LeI64
Auto Trait Implementations§
impl Freeze for LeI64
impl RefUnwindSafe for LeI64
impl Send for LeI64
impl Sync for LeI64
impl Unpin for LeI64
impl UnwindSafe for LeI64
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