pub struct ShellValidationFailure {
pub pack: String,
pub source: PathBuf,
pub stderr: String,
}Expand description
One file that failed pre-flight syntax check.
Fields§
§pack: String§source: PathBuf§stderr: StringTrait Implementations§
Source§impl Clone for ShellValidationFailure
impl Clone for ShellValidationFailure
Source§fn clone(&self) -> ShellValidationFailure
fn clone(&self) -> ShellValidationFailure
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 ShellValidationFailure
impl RefUnwindSafe for ShellValidationFailure
impl Send for ShellValidationFailure
impl Sync for ShellValidationFailure
impl Unpin for ShellValidationFailure
impl UnsafeUnpin for ShellValidationFailure
impl UnwindSafe for ShellValidationFailure
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