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