pub enum DefaultType {
SystemWide = 1,
Configuration = 2,
}
Variants§
Trait Implementations§
Source§impl Clone for DefaultType
impl Clone for DefaultType
Source§fn clone(&self) -> DefaultType
fn clone(&self) -> DefaultType
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for DefaultType
impl Debug for DefaultType
Source§impl PartialEq for DefaultType
impl PartialEq for DefaultType
Source§impl Serialize for DefaultType
impl Serialize for DefaultType
impl Copy for DefaultType
impl Eq for DefaultType
impl StructuralPartialEq for DefaultType
Auto Trait Implementations§
impl Freeze for DefaultType
impl RefUnwindSafe for DefaultType
impl Send for DefaultType
impl Sync for DefaultType
impl Unpin for DefaultType
impl UnwindSafe for DefaultType
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