pub struct viewerOrganizationRole;Trait Implementations§
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.
Auto Trait Implementations§
impl Freeze for viewerOrganizationRole
impl RefUnwindSafe for viewerOrganizationRole
impl Send for viewerOrganizationRole
impl Sync for viewerOrganizationRole
impl Unpin for viewerOrganizationRole
impl UnwindSafe for viewerOrganizationRole
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