pub struct ExtractStringCommandArg;Trait Implementations§
Source§impl<Context, Arg> CommandArgExtractor<Context, Arg> for ExtractStringCommandArg
impl<Context, Arg> CommandArgExtractor<Context, Arg> for ExtractStringCommandArg
fn extract_command_arg( context: &Context, phantom: PhantomData<Arg>, ) -> Context::CommandArg
impl<Context, Arg> IsProviderFor<CommandArgExtractorComponent, Context, Arg> for ExtractStringCommandArg
Auto Trait Implementations§
impl Freeze for ExtractStringCommandArg
impl RefUnwindSafe for ExtractStringCommandArg
impl Send for ExtractStringCommandArg
impl Sync for ExtractStringCommandArg
impl Unpin for ExtractStringCommandArg
impl UnwindSafe for ExtractStringCommandArg
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