pub enum OrfAction {
Add,
Remove,
RemoveAll,
}Expand description
Action field of a common ORF entry header (RFC 5291 §5.1.1).
Variants§
Add
Add this entry to the ORF list.
Remove
Remove the matching entry from the ORF list.
RemoveAll
Remove all previously installed entries (entry carries only the header).
Trait Implementations§
impl Copy for OrfAction
impl Eq for OrfAction
impl StructuralPartialEq for OrfAction
Auto Trait Implementations§
impl Freeze for OrfAction
impl RefUnwindSafe for OrfAction
impl Send for OrfAction
impl Sync for OrfAction
impl Unpin for OrfAction
impl UnsafeUnpin for OrfAction
impl UnwindSafe for OrfAction
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