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