pub struct AlephItemHash { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Clone for AlephItemHash
impl Clone for AlephItemHash
Source§fn clone(&self) -> AlephItemHash
fn clone(&self) -> AlephItemHash
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 Debug for AlephItemHash
impl Debug for AlephItemHash
Source§impl<'de> Deserialize<'de> for AlephItemHash
impl<'de> Deserialize<'de> for AlephItemHash
Source§fn deserialize<D>(deserializer: D) -> Result<Self, D::Error>where
D: Deserializer<'de>,
fn deserialize<D>(deserializer: D) -> Result<Self, D::Error>where
D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Display for AlephItemHash
impl Display for AlephItemHash
Source§impl From<AlephItemHash> for ItemHash
impl From<AlephItemHash> for ItemHash
Source§fn from(value: AlephItemHash) -> Self
fn from(value: AlephItemHash) -> Self
Converts to this type from the input type.
Source§impl FromStr for AlephItemHash
impl FromStr for AlephItemHash
Source§impl Hash for AlephItemHash
impl Hash for AlephItemHash
Source§impl PartialEq for AlephItemHash
impl PartialEq for AlephItemHash
Source§impl Serialize for AlephItemHash
impl Serialize for AlephItemHash
Source§impl TryFrom<&str> for AlephItemHash
impl TryFrom<&str> for AlephItemHash
impl Copy for AlephItemHash
impl Eq for AlephItemHash
impl StructuralPartialEq for AlephItemHash
Auto Trait Implementations§
impl Freeze for AlephItemHash
impl RefUnwindSafe for AlephItemHash
impl Send for AlephItemHash
impl Sync for AlephItemHash
impl Unpin for AlephItemHash
impl UnsafeUnpin for AlephItemHash
impl UnwindSafe for AlephItemHash
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