pub struct V3EncodeError(/* private fields */);Expand description
Error encountered while encoding a V3 payload.
Implementations§
Source§impl V3EncodeError
impl V3EncodeError
Sourcepub fn into_inner(self) -> Error
pub fn into_inner(self) -> Error
Returns the underlying protobuf error.
Trait Implementations§
Source§impl Debug for V3EncodeError
impl Debug for V3EncodeError
Source§impl Display for V3EncodeError
impl Display for V3EncodeError
Source§impl Error for V3EncodeError
impl Error for V3EncodeError
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 V3EncodeError
impl !RefUnwindSafe for V3EncodeError
impl Send for V3EncodeError
impl Sync for V3EncodeError
impl Unpin for V3EncodeError
impl !UnwindSafe for V3EncodeError
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