pub struct bans;
Trait Implementations§
Source§impl HasArgument<input> for bans
impl HasArgument<input> for bans
Source§type ArgumentType = Option<MultiBanInput>
type ArgumentType = Option<MultiBanInput>
The schema marker type of this argument.
Auto Trait Implementations§
impl Freeze for bans
impl RefUnwindSafe for bans
impl Send for bans
impl Sync for bans
impl Unpin for bans
impl UnwindSafe for bans
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