pub struct GetUserBySlug;
Trait Implementations§
Source§impl Field for GetUserBySlug
impl Field for GetUserBySlug
Source§impl HasArgument<slug> for GetUserBySlug
impl HasArgument<slug> for GetUserBySlug
Auto Trait Implementations§
impl Freeze for GetUserBySlug
impl RefUnwindSafe for GetUserBySlug
impl Send for GetUserBySlug
impl Sync for GetUserBySlug
impl Unpin for GetUserBySlug
impl UnwindSafe for GetUserBySlug
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