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