pub struct Finalkey { /* private fields */ }Expand description
Final shared key after rounds of sha256
Implementations§
Trait Implementations§
Source§impl Display for Finalkey
Available on crate feature to_string only.Display the key in an hexadecimal format a0a0a0a0
impl Display for Finalkey
Available on crate feature
to_string only.Display the key in an hexadecimal format a0a0a0a0
impl Eq for Finalkey
impl StructuralPartialEq for Finalkey
Auto Trait Implementations§
impl Freeze for Finalkey
impl RefUnwindSafe for Finalkey
impl Send for Finalkey
impl Sync for Finalkey
impl Unpin for Finalkey
impl UnwindSafe for Finalkey
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