pub enum LinkSearchKind {
Dependency,
Crate,
Native,
Framework,
All,
}
Variants§
Trait Implementations§
Source§impl Debug for LinkSearchKind
impl Debug for LinkSearchKind
Source§impl Ord for LinkSearchKind
impl Ord for LinkSearchKind
Source§fn cmp(&self, other: &LinkSearchKind) -> Ordering
fn cmp(&self, other: &LinkSearchKind) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for LinkSearchKind
impl PartialEq for LinkSearchKind
Source§impl PartialOrd for LinkSearchKind
impl PartialOrd for LinkSearchKind
Source§impl ToString for LinkSearchKind
impl ToString for LinkSearchKind
impl Eq for LinkSearchKind
impl StructuralPartialEq for LinkSearchKind
Auto Trait Implementations§
impl Freeze for LinkSearchKind
impl RefUnwindSafe for LinkSearchKind
impl Send for LinkSearchKind
impl Sync for LinkSearchKind
impl Unpin for LinkSearchKind
impl UnwindSafe for LinkSearchKind
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