pub struct NoPathsMatchedDetails {
pub action: &'static str,
pub error: &'static str,
pub unsafe_condition: &'static str,
pub would_change: &'static str,
pub primary_command: &'static str,
}Fields§
§action: &'static str§error: &'static str§unsafe_condition: &'static str§would_change: &'static str§primary_command: &'static strTrait Implementations§
Source§impl Clone for NoPathsMatchedDetails
impl Clone for NoPathsMatchedDetails
Source§fn clone(&self) -> NoPathsMatchedDetails
fn clone(&self) -> NoPathsMatchedDetails
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 NoPathsMatchedDetails
impl Debug for NoPathsMatchedDetails
impl Eq for NoPathsMatchedDetails
Source§impl PartialEq for NoPathsMatchedDetails
impl PartialEq for NoPathsMatchedDetails
impl StructuralPartialEq for NoPathsMatchedDetails
Auto Trait Implementations§
impl Freeze for NoPathsMatchedDetails
impl RefUnwindSafe for NoPathsMatchedDetails
impl Send for NoPathsMatchedDetails
impl Sync for NoPathsMatchedDetails
impl Unpin for NoPathsMatchedDetails
impl UnsafeUnpin for NoPathsMatchedDetails
impl UnwindSafe for NoPathsMatchedDetails
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