pub enum ImportResolution {
External,
Local,
System,
Unresolved,
}Variants§
Trait Implementations§
Source§impl Clone for ImportResolution
impl Clone for ImportResolution
Source§fn clone(&self) -> ImportResolution
fn clone(&self) -> ImportResolution
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 ImportResolution
impl Debug for ImportResolution
Source§impl<'de> Deserialize<'de> for ImportResolution
impl<'de> Deserialize<'de> for ImportResolution
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
Source§impl PartialEq for ImportResolution
impl PartialEq for ImportResolution
Source§impl Serialize for ImportResolution
impl Serialize for ImportResolution
impl Copy for ImportResolution
impl Eq for ImportResolution
impl StructuralPartialEq for ImportResolution
Auto Trait Implementations§
impl Freeze for ImportResolution
impl RefUnwindSafe for ImportResolution
impl Send for ImportResolution
impl Sync for ImportResolution
impl Unpin for ImportResolution
impl UnsafeUnpin for ImportResolution
impl UnwindSafe for ImportResolution
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