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