pub struct XdrSerializeError {
pub message: String,
}Expand description
XDR serialization error.
Fields§
§message: StringHuman-readable message
Implementations§
Trait Implementations§
Source§impl Debug for XdrSerializeError
impl Debug for XdrSerializeError
Source§impl Display for XdrSerializeError
impl Display for XdrSerializeError
Source§impl Error for XdrSerializeError
impl Error for XdrSerializeError
1.30.0 · Source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
Returns the lower-level source of this error, if any. Read more
1.0.0 · Source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
Auto Trait Implementations§
impl Freeze for XdrSerializeError
impl RefUnwindSafe for XdrSerializeError
impl Send for XdrSerializeError
impl Sync for XdrSerializeError
impl Unpin for XdrSerializeError
impl UnsafeUnpin for XdrSerializeError
impl UnwindSafe for XdrSerializeError
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