pub struct NoSeq;Auto Trait Implementations§
impl Freeze for NoSeq
impl RefUnwindSafe for NoSeq
impl Send for NoSeq
impl Sync for NoSeq
impl Unpin for NoSeq
impl UnsafeUnpin for NoSeq
impl UnwindSafe for NoSeq
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