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