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