pub enum GetAuthorBasisError {
UnknownValue(Value),
}Expand description
struct for typed errors of method get_author_basis
Variants§
Trait Implementations§
Source§impl Clone for GetAuthorBasisError
impl Clone for GetAuthorBasisError
Source§fn clone(&self) -> GetAuthorBasisError
fn clone(&self) -> GetAuthorBasisError
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 moreSource§impl Debug for GetAuthorBasisError
impl Debug for GetAuthorBasisError
Source§impl<'de> Deserialize<'de> for GetAuthorBasisError
impl<'de> Deserialize<'de> for GetAuthorBasisError
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 GetAuthorBasisError
impl RefUnwindSafe for GetAuthorBasisError
impl Send for GetAuthorBasisError
impl Sync for GetAuthorBasisError
impl Unpin for GetAuthorBasisError
impl UnsafeUnpin for GetAuthorBasisError
impl UnwindSafe for GetAuthorBasisError
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