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