pub enum DecoderFixtureAccountDecodeErrorCategory {
OwnerMismatch,
UnknownAccountType,
AccountTypeMismatch,
AmbiguousAccountType,
AccountDecodeFailed,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for DecoderFixtureAccountDecodeErrorCategory
impl Clone for DecoderFixtureAccountDecodeErrorCategory
Source§fn clone(&self) -> DecoderFixtureAccountDecodeErrorCategory
fn clone(&self) -> DecoderFixtureAccountDecodeErrorCategory
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 DecoderFixtureAccountDecodeErrorCategory
Source§impl<'de> Deserialize<'de> for DecoderFixtureAccountDecodeErrorCategory
impl<'de> Deserialize<'de> for DecoderFixtureAccountDecodeErrorCategory
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
impl Eq for DecoderFixtureAccountDecodeErrorCategory
impl StructuralPartialEq for DecoderFixtureAccountDecodeErrorCategory
Auto Trait Implementations§
impl Freeze for DecoderFixtureAccountDecodeErrorCategory
impl RefUnwindSafe for DecoderFixtureAccountDecodeErrorCategory
impl Send for DecoderFixtureAccountDecodeErrorCategory
impl Sync for DecoderFixtureAccountDecodeErrorCategory
impl Unpin for DecoderFixtureAccountDecodeErrorCategory
impl UnsafeUnpin for DecoderFixtureAccountDecodeErrorCategory
impl UnwindSafe for DecoderFixtureAccountDecodeErrorCategory
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