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