pub struct NationalId;Expand description
Classification marker for government-issued identifiers.
Trait Implementations§
Source§impl Clone for NationalId
impl Clone for NationalId
Source§fn clone(&self) -> NationalId
fn clone(&self) -> NationalId
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl RedactionPolicy for NationalId
impl RedactionPolicy for NationalId
Source§fn policy() -> TextRedactionPolicy
fn policy() -> TextRedactionPolicy
Returns the policy for this classification.
impl Classification for NationalId
impl Copy for NationalId
Auto Trait Implementations§
impl Freeze for NationalId
impl RefUnwindSafe for NationalId
impl Send for NationalId
impl Sync for NationalId
impl Unpin for NationalId
impl UnwindSafe for NationalId
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