pub struct organizationRole;Trait Implementations§
Source§impl HasArgument<organizationRole> for enterpriseOwners
impl HasArgument<organizationRole> for enterpriseOwners
Source§type ArgumentType = Option<RoleInOrganization>
type ArgumentType = Option<RoleInOrganization>
The schema marker type of this argument.
Auto Trait Implementations§
impl Freeze for organizationRole
impl RefUnwindSafe for organizationRole
impl Send for organizationRole
impl Sync for organizationRole
impl Unpin for organizationRole
impl UnwindSafe for organizationRole
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