pub struct UnaffectedPathError {
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 UnaffectedPathError
impl Clone for UnaffectedPathError
Source§fn clone(&self) -> UnaffectedPathError
fn clone(&self) -> UnaffectedPathError
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 UnaffectedPathError
impl Debug for UnaffectedPathError
Source§impl Default for UnaffectedPathError
impl Default for UnaffectedPathError
Source§fn default() -> UnaffectedPathError
fn default() -> UnaffectedPathError
Returns the “default value” for a type. Read more
Source§impl<'a> MessageRead<'a> for UnaffectedPathError
impl<'a> MessageRead<'a> for UnaffectedPathError
Source§fn from_reader(r: &mut BytesReader, bytes: &'a [u8]) -> Result<Self>
fn from_reader(r: &mut BytesReader, bytes: &'a [u8]) -> Result<Self>
Constructs an instance of
Self by reading from the given bytes
via the given reader. Read moreSource§impl MessageWrite for UnaffectedPathError
impl MessageWrite for UnaffectedPathError
Source§impl PartialEq for UnaffectedPathError
impl PartialEq for UnaffectedPathError
Source§impl Serialize for UnaffectedPathError
impl Serialize for UnaffectedPathError
impl StructuralPartialEq for UnaffectedPathError
Auto Trait Implementations§
impl Freeze for UnaffectedPathError
impl RefUnwindSafe for UnaffectedPathError
impl Send for UnaffectedPathError
impl Sync for UnaffectedPathError
impl Unpin for UnaffectedPathError
impl UnwindSafe for UnaffectedPathError
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