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