pub struct externalUsers;Trait Implementations§
Source§impl Field for externalUsers
impl Field for externalUsers
Source§impl HasArgument<after> for externalUsers
impl HasArgument<after> for externalUsers
Source§impl HasArgument<before> for externalUsers
impl HasArgument<before> for externalUsers
Source§impl HasArgument<first> for externalUsers
impl HasArgument<first> for externalUsers
Source§impl HasArgument<includeArchived> for externalUsers
impl HasArgument<includeArchived> for externalUsers
Source§impl HasArgument<last> for externalUsers
impl HasArgument<last> for externalUsers
Source§impl HasArgument<orderBy> for externalUsers
impl HasArgument<orderBy> for externalUsers
Source§type ArgumentType = Option<PaginationOrderBy>
type ArgumentType = Option<PaginationOrderBy>
The schema marker type of this argument.
Source§impl HasField<externalUsers> for Query
impl HasField<externalUsers> for Query
Source§type Type = ExternalUserConnection
type Type = ExternalUserConnection
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for externalUsers
impl RefUnwindSafe for externalUsers
impl Send for externalUsers
impl Sync for externalUsers
impl Unpin for externalUsers
impl UnwindSafe for externalUsers
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