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