pub enum LibKind {
Dylib,
Static,
Framework,
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for LibKind
impl RefUnwindSafe for LibKind
impl Send for LibKind
impl Sync for LibKind
impl Unpin 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