pub struct MissingLocalReport {
pub missing_files: Vec<String>,
pub missing_lock_entries: Vec<String>,
}Fields§
§missing_files: Vec<String>§missing_lock_entries: Vec<String>Trait Implementations§
Source§impl Clone for MissingLocalReport
impl Clone for MissingLocalReport
Source§fn clone(&self) -> MissingLocalReport
fn clone(&self) -> MissingLocalReport
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 moreSource§impl Debug for MissingLocalReport
impl Debug for MissingLocalReport
Source§impl Default for MissingLocalReport
impl Default for MissingLocalReport
Source§fn default() -> MissingLocalReport
fn default() -> MissingLocalReport
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for MissingLocalReport
impl RefUnwindSafe for MissingLocalReport
impl Send for MissingLocalReport
impl Sync for MissingLocalReport
impl Unpin for MissingLocalReport
impl UnsafeUnpin for MissingLocalReport
impl UnwindSafe for MissingLocalReport
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