pub enum RingHasher {
Default_,
Md5,
}Variants§
Trait Implementations§
Source§impl Debug for RingHasher
impl Debug for RingHasher
Source§impl Default for RingHasher
impl Default for RingHasher
Source§fn default() -> RingHasher
fn default() -> RingHasher
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for RingHasher
impl RefUnwindSafe for RingHasher
impl Send for RingHasher
impl Sync for RingHasher
impl Unpin for RingHasher
impl UnsafeUnpin for RingHasher
impl UnwindSafe for RingHasher
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