pub enum DataScope {
User,
System,
Network,
Mixed,
}Expand description
Whether the artifact is per-user, system-wide, or mixed.
Variants§
Trait Implementations§
impl Copy for DataScope
impl Eq for DataScope
impl StructuralPartialEq for DataScope
Auto Trait Implementations§
impl Freeze for DataScope
impl RefUnwindSafe for DataScope
impl Send for DataScope
impl Sync for DataScope
impl Unpin for DataScope
impl UnsafeUnpin for DataScope
impl UnwindSafe for DataScope
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