pub struct role;Trait Implementations§
Source§impl HasField<role> for EnterpriseAdministratorEdge
impl HasField<role> for EnterpriseAdministratorEdge
Source§type Type = EnterpriseAdministratorRole
type Type = EnterpriseAdministratorRole
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for role
impl RefUnwindSafe for role
impl Send for role
impl Sync for role
impl Unpin for role
impl UnwindSafe for role
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