pub struct ApplyReport {
pub applied: Vec<PathBuf>,
pub errors: Vec<(PathBuf, String)>,
}Fields§
§applied: Vec<PathBuf>§errors: Vec<(PathBuf, String)>Implementations§
Trait Implementations§
Source§impl Debug for ApplyReport
impl Debug for ApplyReport
Source§impl Default for ApplyReport
impl Default for ApplyReport
Source§fn default() -> ApplyReport
fn default() -> ApplyReport
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ApplyReport
impl RefUnwindSafe for ApplyReport
impl Send for ApplyReport
impl Sync for ApplyReport
impl Unpin for ApplyReport
impl UnsafeUnpin for ApplyReport
impl UnwindSafe for ApplyReport
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