pub struct DateOfBirth;Expand description
Classification marker for dates of birth.
Trait Implementations§
Source§impl Clone for DateOfBirth
impl Clone for DateOfBirth
Source§fn clone(&self) -> DateOfBirth
fn clone(&self) -> DateOfBirth
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 DateOfBirth
impl RedactionPolicy for DateOfBirth
Source§fn policy() -> TextRedactionPolicy
fn policy() -> TextRedactionPolicy
Returns the policy for this classification.
impl Classification for DateOfBirth
impl Copy for DateOfBirth
Auto Trait Implementations§
impl Freeze for DateOfBirth
impl RefUnwindSafe for DateOfBirth
impl Send for DateOfBirth
impl Sync for DateOfBirth
impl Unpin for DateOfBirth
impl UnwindSafe for DateOfBirth
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