pub struct IpAddress;Expand description
Classification marker for IP addresses.
Trait Implementations§
Source§impl RedactionPolicy for IpAddress
impl RedactionPolicy for IpAddress
Source§fn policy() -> TextRedactionPolicy
fn policy() -> TextRedactionPolicy
Returns the policy for this classification.
impl Classification for IpAddress
impl Copy for IpAddress
Auto Trait Implementations§
impl Freeze for IpAddress
impl RefUnwindSafe for IpAddress
impl Send for IpAddress
impl Sync for IpAddress
impl Unpin for IpAddress
impl UnwindSafe for IpAddress
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