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