pub enum PublishKeyPostError {
UnknownValue(Value),
}Expand description
struct for typed errors of method publish_key_post
Variants§
Trait Implementations§
Source§impl Clone for PublishKeyPostError
impl Clone for PublishKeyPostError
Source§fn clone(&self) -> PublishKeyPostError
fn clone(&self) -> PublishKeyPostError
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 PublishKeyPostError
impl Debug for PublishKeyPostError
Source§impl<'de> Deserialize<'de> for PublishKeyPostError
impl<'de> Deserialize<'de> for PublishKeyPostError
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for PublishKeyPostError
impl RefUnwindSafe for PublishKeyPostError
impl Send for PublishKeyPostError
impl Sync for PublishKeyPostError
impl Unpin for PublishKeyPostError
impl UnwindSafe for PublishKeyPostError
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