pub struct following;Trait Implementations§
Source§impl HasArgument<after> for following
impl HasArgument<after> for following
Source§impl HasArgument<before> for following
impl HasArgument<before> for following
Source§impl HasArgument<first> for following
impl HasArgument<first> for following
Source§impl HasArgument<last> for following
impl HasArgument<last> for following
Auto Trait Implementations§
impl Freeze for following
impl RefUnwindSafe for following
impl Send for following
impl Sync for following
impl Unpin for following
impl UnwindSafe for following
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