pub struct BlockchainAddress;Expand description
Classification marker for blockchain addresses (e.g., Ethereum, Bitcoin).
Trait Implementations§
Source§impl Clone for BlockchainAddress
impl Clone for BlockchainAddress
Source§fn clone(&self) -> BlockchainAddress
fn clone(&self) -> BlockchainAddress
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 RedactionPolicy for BlockchainAddress
impl RedactionPolicy for BlockchainAddress
Source§fn policy() -> TextRedactionPolicy
fn policy() -> TextRedactionPolicy
Returns the policy for this classification.
impl Classification for BlockchainAddress
impl Copy for BlockchainAddress
Auto Trait Implementations§
impl Freeze for BlockchainAddress
impl RefUnwindSafe for BlockchainAddress
impl Send for BlockchainAddress
impl Sync for BlockchainAddress
impl Unpin for BlockchainAddress
impl UnwindSafe for BlockchainAddress
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