pub struct LockfileAudit {
pub applicable: bool,
pub required: bool,
pub present: bool,
pub expected_files: Vec<String>,
}Fields§
§applicable: bool§required: bool§present: bool§expected_files: Vec<String>Trait Implementations§
Source§impl Clone for LockfileAudit
impl Clone for LockfileAudit
Source§fn clone(&self) -> LockfileAudit
fn clone(&self) -> LockfileAudit
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 LockfileAudit
impl RefUnwindSafe for LockfileAudit
impl Send for LockfileAudit
impl Sync for LockfileAudit
impl Unpin for LockfileAudit
impl UnsafeUnpin for LockfileAudit
impl UnwindSafe for LockfileAudit
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