pub struct InvalidPublicKeyResponse;Trait Implementations§
Source§impl Clone for InvalidPublicKeyResponse
impl Clone for InvalidPublicKeyResponse
Source§fn clone(&self) -> InvalidPublicKeyResponse
fn clone(&self) -> InvalidPublicKeyResponse
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 InvalidPublicKeyResponse
impl Debug for InvalidPublicKeyResponse
Source§impl Default for InvalidPublicKeyResponse
impl Default for InvalidPublicKeyResponse
Source§fn default() -> InvalidPublicKeyResponse
fn default() -> InvalidPublicKeyResponse
Returns the “default value” for a type. Read more
Source§impl Display for InvalidPublicKeyResponse
impl Display for InvalidPublicKeyResponse
Source§impl Error for InvalidPublicKeyResponse
impl Error for InvalidPublicKeyResponse
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 Hash for InvalidPublicKeyResponse
impl Hash for InvalidPublicKeyResponse
Source§impl PartialEq for InvalidPublicKeyResponse
impl PartialEq for InvalidPublicKeyResponse
impl Copy for InvalidPublicKeyResponse
impl Eq for InvalidPublicKeyResponse
impl StructuralPartialEq for InvalidPublicKeyResponse
Auto Trait Implementations§
impl Freeze for InvalidPublicKeyResponse
impl RefUnwindSafe for InvalidPublicKeyResponse
impl Send for InvalidPublicKeyResponse
impl Sync for InvalidPublicKeyResponse
impl Unpin for InvalidPublicKeyResponse
impl UnwindSafe for InvalidPublicKeyResponse
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