pub enum DevSource {
Dev,
Cache,
CacheDev,
}
Expand description
Device data source constants.
Variants§
Trait Implementations§
impl Copy for DevSource
impl Eq for DevSource
impl StructuralPartialEq for DevSource
Auto Trait Implementations§
impl Freeze for DevSource
impl RefUnwindSafe for DevSource
impl Send for DevSource
impl Sync for DevSource
impl Unpin for DevSource
impl UnwindSafe for DevSource
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