pub struct PackageConfig {
pub manifest: Option<Manifest>,
pub report: PackageReport,
}Fields§
§manifest: Option<Manifest>§report: PackageReportTrait Implementations§
Source§impl Clone for PackageConfig
impl Clone for PackageConfig
Source§fn clone(&self) -> PackageConfig
fn clone(&self) -> PackageConfig
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for PackageConfig
impl Debug for PackageConfig
impl Eq for PackageConfig
Source§impl PartialEq for PackageConfig
impl PartialEq for PackageConfig
Source§fn eq(&self, other: &PackageConfig) -> bool
fn eq(&self, other: &PackageConfig) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for PackageConfig
Auto Trait Implementations§
impl Freeze for PackageConfig
impl RefUnwindSafe for PackageConfig
impl Send for PackageConfig
impl Sync for PackageConfig
impl Unpin for PackageConfig
impl UnsafeUnpin for PackageConfig
impl UnwindSafe for PackageConfig
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