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