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