pub enum PWHash {
Weak,
Interactive,
Strong,
}
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PWHash
impl RefUnwindSafe for PWHash
impl Send for PWHash
impl Sync for PWHash
impl Unpin for PWHash
impl UnwindSafe for PWHash
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