pub struct syncState;
Trait Implementations§
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.
Auto Trait Implementations§
impl Freeze for syncState
impl RefUnwindSafe for syncState
impl Send for syncState
impl Sync for syncState
impl Unpin for syncState
impl UnwindSafe for syncState
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