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