pub struct ResolvedLibrary {
pub id: LibraryId,
pub source: String,
}Fields§
§id: LibraryId§source: StringTrait Implementations§
Source§impl Clone for ResolvedLibrary
impl Clone for ResolvedLibrary
Source§fn clone(&self) -> ResolvedLibrary
fn clone(&self) -> ResolvedLibrary
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 moreAuto Trait Implementations§
impl Freeze for ResolvedLibrary
impl RefUnwindSafe for ResolvedLibrary
impl Send for ResolvedLibrary
impl Sync for ResolvedLibrary
impl Unpin for ResolvedLibrary
impl UnsafeUnpin for ResolvedLibrary
impl UnwindSafe for ResolvedLibrary
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