pub struct RespondTransferBody { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Clone for RespondTransferBody
impl Clone for RespondTransferBody
Source§fn clone(&self) -> RespondTransferBody
fn clone(&self) -> RespondTransferBody
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for RespondTransferBody
impl Debug for RespondTransferBody
Source§impl Default for RespondTransferBody
impl Default for RespondTransferBody
Source§impl From<RespondTransferBody> for RespondTransferBody
impl From<RespondTransferBody> for RespondTransferBody
Source§fn from(value: RespondTransferBody) -> Self
fn from(value: RespondTransferBody) -> Self
Converts to this type from the input type.
Source§impl TryFrom<RespondTransferBody> for RespondTransferBody
impl TryFrom<RespondTransferBody> for RespondTransferBody
Source§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
Source§fn try_from(value: RespondTransferBody) -> Result<Self, ConversionError>
fn try_from(value: RespondTransferBody) -> Result<Self, ConversionError>
Performs the conversion.
Auto Trait Implementations§
impl Freeze for RespondTransferBody
impl RefUnwindSafe for RespondTransferBody
impl Send for RespondTransferBody
impl Sync for RespondTransferBody
impl Unpin for RespondTransferBody
impl UnsafeUnpin for RespondTransferBody
impl UnwindSafe for RespondTransferBody
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