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