pub struct LibraryContent {
pub package_name: PackageName,
pub dependencies: Dependencies,
pub def: PackageDefinition,
}Expand description
Library distribution content
Fields§
§package_name: PackageName§dependencies: Dependencies§def: PackageDefinitionTrait Implementations§
Source§impl Clone for LibraryContent
impl Clone for LibraryContent
Source§impl Debug for LibraryContent
impl Debug for LibraryContent
Source§impl PartialEq for LibraryContent
impl PartialEq for LibraryContent
Source§impl Serialize for LibraryContent
impl Serialize for LibraryContent
impl StructuralPartialEq for LibraryContent
Auto Trait Implementations§
impl Freeze for LibraryContent
impl RefUnwindSafe for LibraryContent
impl Send for LibraryContent
impl Sync for LibraryContent
impl Unpin for LibraryContent
impl UnsafeUnpin for LibraryContent
impl UnwindSafe for LibraryContent
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