Struct stellar_strkey::HashX
source · pub struct HashX(pub [u8; 32]);
Tuple Fields§
§0: [u8; 32]
Implementations§
Trait Implementations§
source§impl Ord for HashX
impl Ord for HashX
source§impl PartialEq for HashX
impl PartialEq for HashX
source§impl PartialOrd for HashX
impl PartialOrd for HashX
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moreimpl Copy for HashX
impl Eq for HashX
impl StructuralEq for HashX
impl StructuralPartialEq for HashX
Auto Trait Implementations§
impl RefUnwindSafe for HashX
impl Send for HashX
impl Sync for HashX
impl Unpin for HashX
impl UnwindSafe for HashX
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