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