pub struct DeleteRespUnaffectedPathError {
pub unaffected_path: String,
pub err_code: u32,
pub err_msg: String,
}Fields§
§unaffected_path: String§err_code: u32§err_msg: StringTrait Implementations§
Source§impl Clone for DeleteRespUnaffectedPathError
impl Clone for DeleteRespUnaffectedPathError
Source§fn clone(&self) -> DeleteRespUnaffectedPathError
fn clone(&self) -> DeleteRespUnaffectedPathError
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 DeleteRespUnaffectedPathError
impl RefUnwindSafe for DeleteRespUnaffectedPathError
impl Send for DeleteRespUnaffectedPathError
impl Sync for DeleteRespUnaffectedPathError
impl Unpin for DeleteRespUnaffectedPathError
impl UnwindSafe for DeleteRespUnaffectedPathError
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