pub enum SyncLocation {
All,
Data,
Odm,
Oem,
Product,
System,
SystemExt,
Vendor,
}
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SyncLocation
impl RefUnwindSafe for SyncLocation
impl Send for SyncLocation
impl Sync for SyncLocation
impl Unpin for SyncLocation
impl UnwindSafe for SyncLocation
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