pub struct DomainTag { /* private fields */ }Expand description
Validated domain-separation tag appended to derived-key info.
A tag may identify a tenant, account, or protocol scope. It is therefore redacted in diagnostics and clears its owned bytes on drop.
Implementations§
Trait Implementations§
impl Eq for DomainTag
impl StructuralPartialEq for DomainTag
Auto Trait Implementations§
impl Freeze for DomainTag
impl RefUnwindSafe for DomainTag
impl Send for DomainTag
impl Sync for DomainTag
impl Unpin for DomainTag
impl UnsafeUnpin for DomainTag
impl UnwindSafe for DomainTag
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