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