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