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