pub struct organizationRole;Trait Implementations§
Source§impl Field for organizationRole
impl Field for organizationRole
Source§impl HasField<organizationRole> for OrganizationEnterpriseOwnerEdge
impl HasField<organizationRole> for OrganizationEnterpriseOwnerEdge
Source§type Type = RoleInOrganization
type Type = RoleInOrganization
The schema marker type of this field.
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