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