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