pub enum SyncClass {
Portable,
DeviceLocal,
}Expand description
How a CAR config domain relates to multi-device sync.
Variants§
Portable
OS-agnostic policy/intent — replicates verbatim to every device.
DeviceLocal
A secret or machine/OS-bound fact — never leaves the device.
Implementations§
Trait Implementations§
impl Copy for SyncClass
impl Eq for SyncClass
impl StructuralPartialEq for SyncClass
Auto Trait Implementations§
impl Freeze for SyncClass
impl RefUnwindSafe for SyncClass
impl Send for SyncClass
impl Sync for SyncClass
impl Unpin for SyncClass
impl UnsafeUnpin for SyncClass
impl UnwindSafe for SyncClass
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