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