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