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