pub struct PostGetCompressedAccountProofResponseError { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Clone for PostGetCompressedAccountProofResponseError
impl Clone for PostGetCompressedAccountProofResponseError
Source§fn clone(&self) -> PostGetCompressedAccountProofResponseError
fn clone(&self) -> PostGetCompressedAccountProofResponseError
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 From<PostGetCompressedAccountProofResponseError> for PostGetCompressedAccountProofResponseError
impl From<PostGetCompressedAccountProofResponseError> for PostGetCompressedAccountProofResponseError
Source§fn from(value: PostGetCompressedAccountProofResponseError) -> Self
fn from(value: PostGetCompressedAccountProofResponseError) -> Self
Converts to this type from the input type.
Source§impl TryFrom<PostGetCompressedAccountProofResponseError> for PostGetCompressedAccountProofResponseError
impl TryFrom<PostGetCompressedAccountProofResponseError> for PostGetCompressedAccountProofResponseError
Source§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
Source§fn try_from(
value: PostGetCompressedAccountProofResponseError,
) -> Result<Self, ConversionError>
fn try_from( value: PostGetCompressedAccountProofResponseError, ) -> Result<Self, ConversionError>
Performs the conversion.
Auto Trait Implementations§
impl Freeze for PostGetCompressedAccountProofResponseError
impl RefUnwindSafe for PostGetCompressedAccountProofResponseError
impl Send for PostGetCompressedAccountProofResponseError
impl Sync for PostGetCompressedAccountProofResponseError
impl Unpin for PostGetCompressedAccountProofResponseError
impl UnsafeUnpin for PostGetCompressedAccountProofResponseError
impl UnwindSafe for PostGetCompressedAccountProofResponseError
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