pub struct Rfc7469;
Expand description
RFC 7469 fingerprint.
Only available if the alloc
feature is active.
Implementations§
Trait Implementations§
impl Copy for Rfc7469
impl Eq for Rfc7469
impl StructuralPartialEq for Rfc7469
Auto Trait Implementations§
impl Freeze for Rfc7469
impl RefUnwindSafe for Rfc7469
impl Send for Rfc7469
impl Sync for Rfc7469
impl Unpin for Rfc7469
impl UnwindSafe for Rfc7469
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