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