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