pub enum DepLevel {
File,
Symbol,
}Variants§
Trait Implementations§
impl Copy for DepLevel
Source§impl<'de> Deserialize<'de> for DepLevel
impl<'de> Deserialize<'de> for DepLevel
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for DepLevel
impl StructuralPartialEq for DepLevel
Auto Trait Implementations§
impl Freeze for DepLevel
impl RefUnwindSafe for DepLevel
impl Send for DepLevel
impl Sync for DepLevel
impl Unpin for DepLevel
impl UnsafeUnpin for DepLevel
impl UnwindSafe for DepLevel
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