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