pub struct AddressSeed(pub [u8; 32]);Expand description
A seed used to derive compressed account addresses.
Tuple Fields§
§0: [u8; 32]Trait Implementations§
Source§impl Clone for AddressSeed
impl Clone for AddressSeed
Source§fn clone(&self) -> AddressSeed
fn clone(&self) -> AddressSeed
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 moreimpl Copy for AddressSeed
Source§impl Debug for AddressSeed
impl Debug for AddressSeed
Source§impl PartialEq for AddressSeed
impl PartialEq for AddressSeed
Source§fn eq(&self, other: &AddressSeed) -> bool
fn eq(&self, other: &AddressSeed) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for AddressSeed
Auto Trait Implementations§
impl Freeze for AddressSeed
impl RefUnwindSafe for AddressSeed
impl Send for AddressSeed
impl Sync for AddressSeed
impl Unpin for AddressSeed
impl UnsafeUnpin for AddressSeed
impl UnwindSafe for AddressSeed
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