pub struct MaterialHashedSignature(/* private fields */);
Trait Implementations§
source§impl Clone for MaterialHashedSignature
impl Clone for MaterialHashedSignature
source§fn clone(&self) -> MaterialHashedSignature
fn clone(&self) -> MaterialHashedSignature
Returns a copy 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 MaterialHashedSignature
impl Debug for MaterialHashedSignature
source§impl Default for MaterialHashedSignature
impl Default for MaterialHashedSignature
source§fn default() -> MaterialHashedSignature
fn default() -> MaterialHashedSignature
Returns the “default value” for a type. Read more
source§impl Ord for MaterialHashedSignature
impl Ord for MaterialHashedSignature
source§fn cmp(&self, other: &MaterialHashedSignature) -> Ordering
fn cmp(&self, other: &MaterialHashedSignature) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere Self: Sized,
Compares and returns the maximum of two values. Read more
source§impl PartialEq<MaterialHashedSignature> for MaterialHashedSignature
impl PartialEq<MaterialHashedSignature> for MaterialHashedSignature
source§fn eq(&self, other: &MaterialHashedSignature) -> bool
fn eq(&self, other: &MaterialHashedSignature) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd<MaterialHashedSignature> for MaterialHashedSignature
impl PartialOrd<MaterialHashedSignature> for MaterialHashedSignature
source§fn partial_cmp(&self, other: &MaterialHashedSignature) -> Option<Ordering>
fn partial_cmp(&self, other: &MaterialHashedSignature) -> Option<Ordering>
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 MaterialHashedSignature
impl Eq for MaterialHashedSignature
impl StructuralEq for MaterialHashedSignature
impl StructuralPartialEq for MaterialHashedSignature
Auto Trait Implementations§
impl RefUnwindSafe for MaterialHashedSignature
impl Send for MaterialHashedSignature
impl Sync for MaterialHashedSignature
impl Unpin for MaterialHashedSignature
impl UnwindSafe for MaterialHashedSignature
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
§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
§impl<T> Initialize for Twhere
T: Default,
impl<T> Initialize for Twhere T: Default,
fn initialize(&mut self)
§unsafe fn initialize_raw(data: *mut ())
unsafe fn initialize_raw(data: *mut ())
Safety Read more