pub struct SeekLeft<S> { /* private fields */ }
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<S> Freeze for SeekLeft<S>
impl<S> RefUnwindSafe for SeekLeft<S>
impl<S> Send for SeekLeft<S>
impl<S> Sync for SeekLeft<S>
impl<S> Unpin for SeekLeft<S>
impl<S> UnwindSafe for SeekLeft<S>
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