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