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