pub struct PathAndCause {
pub path: String,
pub cause: String,
}Fields§
§path: String§cause: StringTrait Implementations§
Source§impl Clone for PathAndCause
impl Clone for PathAndCause
Source§fn clone(&self) -> PathAndCause
fn clone(&self) -> PathAndCause
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 PathAndCause
impl Debug for PathAndCause
Auto Trait Implementations§
impl Freeze for PathAndCause
impl RefUnwindSafe for PathAndCause
impl Send for PathAndCause
impl Sync for PathAndCause
impl Unpin for PathAndCause
impl UnsafeUnpin for PathAndCause
impl UnwindSafe for PathAndCause
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