[−][src]Struct concordium_std::AccountAddress
Address of an account, as raw bytes.
Trait Implementations
impl AsRef<[u8; 32]> for AccountAddress[src]
impl AsRef<[u8]> for AccountAddress[src]
impl Clone for AccountAddress[src]
pub fn clone(&self) -> AccountAddress[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Copy for AccountAddress[src]
impl Debug for AccountAddress[src]
impl Deserial for AccountAddress[src]
pub fn deserial<R>(source: &mut R) -> Result<AccountAddress, ParseError> where
R: Read, [src]
R: Read,
impl Eq for AccountAddress[src]
impl Ord for AccountAddress[src]
pub fn cmp(&self, other: &AccountAddress) -> Ordering[src]
#[must_use]pub fn max(self, other: Self) -> Self1.21.0[src]
#[must_use]pub fn min(self, other: Self) -> Self1.21.0[src]
#[must_use]pub fn clamp(self, min: Self, max: Self) -> Self1.50.0[src]
impl PartialEq<AccountAddress> for AccountAddress[src]
pub fn eq(&self, other: &AccountAddress) -> bool[src]
pub fn ne(&self, other: &AccountAddress) -> bool[src]
impl PartialOrd<AccountAddress> for AccountAddress[src]
pub fn partial_cmp(&self, other: &AccountAddress) -> Option<Ordering>[src]
pub fn lt(&self, other: &AccountAddress) -> bool[src]
pub fn le(&self, other: &AccountAddress) -> bool[src]
pub fn gt(&self, other: &AccountAddress) -> bool[src]
pub fn ge(&self, other: &AccountAddress) -> bool[src]
impl SchemaType for AccountAddress[src]
impl Serial for AccountAddress[src]
impl StructuralEq for AccountAddress[src]
impl StructuralPartialEq for AccountAddress[src]
Auto Trait Implementations
impl RefUnwindSafe for AccountAddress[src]
impl Send for AccountAddress[src]
impl Sync for AccountAddress[src]
impl Unpin for AccountAddress[src]
impl UnwindSafe for AccountAddress[src]
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<A> Serialize for A where
A: Serial + Deserial, [src]
A: Serial + Deserial,
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
pub fn to_owned(&self) -> T[src]
pub fn clone_into(&self, target: &mut T)[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,