pub enum SrpHash {
Sha1,
Sha256,
}Expand description
A família de hash usada pelo plugin escolhido.
Variants§
Implementations§
Trait Implementations§
impl Copy for SrpHash
impl Eq for SrpHash
impl StructuralPartialEq for SrpHash
Auto Trait Implementations§
impl Freeze for SrpHash
impl RefUnwindSafe for SrpHash
impl Send for SrpHash
impl Sync for SrpHash
impl Unpin for SrpHash
impl UnsafeUnpin for SrpHash
impl UnwindSafe for SrpHash
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