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