pub struct ExtendFwd;Expand description
Extends forward on each Cursor
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ExtendFwd
impl RefUnwindSafe for ExtendFwd
impl Send for ExtendFwd
impl Sync for ExtendFwd
impl Unpin for ExtendFwd
impl UnsafeUnpin for ExtendFwd
impl UnwindSafe for ExtendFwd
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