pub struct availableUsers;Trait Implementations§
Source§impl Field for availableUsers
impl Field for availableUsers
Source§impl HasField<availableUsers> for Query
impl HasField<availableUsers> for Query
Source§type Type = AuthResolverResponse
type Type = AuthResolverResponse
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for availableUsers
impl RefUnwindSafe for availableUsers
impl Send for availableUsers
impl Sync for availableUsers
impl Unpin for availableUsers
impl UnwindSafe for availableUsers
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