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