pub enum LibKind {
Lib,
Rlib,
Dylib,
ProcMacro,
Other(String),
}Expand description
Kinds of libraries that can be created.
Variants§
Implementations§
Trait Implementations§
impl Eq for LibKind
Source§impl Ord for LibKind
impl Ord for LibKind
1.21.0 (const: unstable) · 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 PartialOrd for LibKind
impl PartialOrd for LibKind
impl StructuralPartialEq for LibKind
Auto Trait Implementations§
impl Freeze for LibKind
impl RefUnwindSafe for LibKind
impl Send for LibKind
impl Sync for LibKind
impl Unpin for LibKind
impl UnsafeUnpin for LibKind
impl UnwindSafe for LibKind
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