pub enum IpRevPolicy<'hdr> {
IpRev(&'hdr str),
Unknown(&'hdr str, &'hdr str),
}Expand description
iprev ptype policy
Variants§
Trait Implementations§
Source§impl<'hdr> Clone for IpRevPolicy<'hdr>
impl<'hdr> Clone for IpRevPolicy<'hdr>
Source§fn clone(&self) -> IpRevPolicy<'hdr>
fn clone(&self) -> IpRevPolicy<'hdr>
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<'hdr> Debug for IpRevPolicy<'hdr>
impl<'hdr> Debug for IpRevPolicy<'hdr>
Source§impl<'hdr> PartialEq for IpRevPolicy<'hdr>
impl<'hdr> PartialEq for IpRevPolicy<'hdr>
impl<'hdr> StructuralPartialEq for IpRevPolicy<'hdr>
Auto Trait Implementations§
impl<'hdr> Freeze for IpRevPolicy<'hdr>
impl<'hdr> RefUnwindSafe for IpRevPolicy<'hdr>
impl<'hdr> Send for IpRevPolicy<'hdr>
impl<'hdr> Sync for IpRevPolicy<'hdr>
impl<'hdr> Unpin for IpRevPolicy<'hdr>
impl<'hdr> UnwindSafe for IpRevPolicy<'hdr>
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