pub struct CDnsError {
pub err_code: CDnsErrorType,
pub message: String,
}
Fields§
§err_code: CDnsErrorType
§message: String
Implementations§
Trait Implementations§
impl Eq for CDnsError
impl StructuralPartialEq for CDnsError
Auto Trait Implementations§
impl Freeze for CDnsError
impl RefUnwindSafe for CDnsError
impl Send for CDnsError
impl Sync for CDnsError
impl Unpin for CDnsError
impl UnwindSafe for CDnsError
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