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