pub struct RnsRpcReplyEncodeError;Trait Implementations§
Source§impl Clone for RnsRpcReplyEncodeError
impl Clone for RnsRpcReplyEncodeError
Source§fn clone(&self) -> RnsRpcReplyEncodeError
fn clone(&self) -> RnsRpcReplyEncodeError
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for RnsRpcReplyEncodeError
Source§impl Debug for RnsRpcReplyEncodeError
impl Debug for RnsRpcReplyEncodeError
Source§impl Display for RnsRpcReplyEncodeError
impl Display for RnsRpcReplyEncodeError
impl Eq for RnsRpcReplyEncodeError
Source§impl Error for RnsRpcReplyEncodeError
Available on crate feature std only.
impl Error for RnsRpcReplyEncodeError
Available on crate feature
std only.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()
Source§impl From<MessagePackEncodeError> for RnsRpcReplyEncodeError
impl From<MessagePackEncodeError> for RnsRpcReplyEncodeError
Source§fn from(_: MessagePackEncodeError) -> RnsRpcReplyEncodeError
fn from(_: MessagePackEncodeError) -> RnsRpcReplyEncodeError
Converts to this type from the input type.
Source§impl From<RnsManagementEncodeError> for RnsRpcReplyEncodeError
impl From<RnsManagementEncodeError> for RnsRpcReplyEncodeError
Source§fn from(_: RnsManagementEncodeError) -> RnsRpcReplyEncodeError
fn from(_: RnsManagementEncodeError) -> RnsRpcReplyEncodeError
Converts to this type from the input type.
Source§impl PartialEq for RnsRpcReplyEncodeError
impl PartialEq for RnsRpcReplyEncodeError
impl StructuralPartialEq for RnsRpcReplyEncodeError
Auto Trait Implementations§
impl Freeze for RnsRpcReplyEncodeError
impl RefUnwindSafe for RnsRpcReplyEncodeError
impl Send for RnsRpcReplyEncodeError
impl Sync for RnsRpcReplyEncodeError
impl Unpin for RnsRpcReplyEncodeError
impl UnsafeUnpin for RnsRpcReplyEncodeError
impl UnwindSafe for RnsRpcReplyEncodeError
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