Struct KeyIdentifierHashAlgorithm
#[repr(transparent)]pub struct KeyIdentifierHashAlgorithm(pub i32);
Tuple Fields§
§0: i32
Trait Implementations§
§impl Clone for KeyIdentifierHashAlgorithm
impl Clone for KeyIdentifierHashAlgorithm
§fn clone(&self) -> KeyIdentifierHashAlgorithm
fn clone(&self) -> KeyIdentifierHashAlgorithm
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 more§impl Debug for KeyIdentifierHashAlgorithm
impl Debug for KeyIdentifierHashAlgorithm
§impl Default for KeyIdentifierHashAlgorithm
impl Default for KeyIdentifierHashAlgorithm
§fn default() -> KeyIdentifierHashAlgorithm
fn default() -> KeyIdentifierHashAlgorithm
Returns the “default value” for a type. Read more
§impl PartialEq for KeyIdentifierHashAlgorithm
impl PartialEq for KeyIdentifierHashAlgorithm
impl Copy for KeyIdentifierHashAlgorithm
impl Eq for KeyIdentifierHashAlgorithm
impl StructuralPartialEq for KeyIdentifierHashAlgorithm
Auto Trait Implementations§
impl Freeze for KeyIdentifierHashAlgorithm
impl RefUnwindSafe for KeyIdentifierHashAlgorithm
impl Send for KeyIdentifierHashAlgorithm
impl Sync for KeyIdentifierHashAlgorithm
impl Unpin for KeyIdentifierHashAlgorithm
impl UnwindSafe for KeyIdentifierHashAlgorithm
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