pub struct CanaryValidateCryptocurrencyAddressAPI;
Expand description
Lists validation for multiple cryptocurrency addresses
Implementations§
Source§impl CanaryValidateCryptocurrencyAddressAPI
impl CanaryValidateCryptocurrencyAddressAPI
pub fn monero_address<T: AsRef<str>>(input: T) -> bool
pub fn ethereum_address<T: AsRef<str>>(input: T) -> bool
pub fn bitcoin_address<T: AsRef<str>>(input: T) -> bool
Auto Trait Implementations§
impl Freeze for CanaryValidateCryptocurrencyAddressAPI
impl RefUnwindSafe for CanaryValidateCryptocurrencyAddressAPI
impl Send for CanaryValidateCryptocurrencyAddressAPI
impl Sync for CanaryValidateCryptocurrencyAddressAPI
impl Unpin for CanaryValidateCryptocurrencyAddressAPI
impl UnwindSafe for CanaryValidateCryptocurrencyAddressAPI
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