pub enum LibraryId {
Local {
path: PathBuf,
},
Remote(String),
Virtual(String),
}Variants§
Trait Implementations§
impl Eq for LibraryId
impl StructuralPartialEq for LibraryId
Auto Trait Implementations§
impl Freeze for LibraryId
impl RefUnwindSafe for LibraryId
impl Send for LibraryId
impl Sync for LibraryId
impl Unpin for LibraryId
impl UnsafeUnpin for LibraryId
impl UnwindSafe for LibraryId
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