pub struct OrfEntryGroup {
pub orf_type: OrfType,
pub entries: OrfEntries,
}Expand description
One ORF-Type group within a ROUTE-REFRESH ORF payload (RFC 5291 §5.2).
Fields§
§orf_type: OrfTypeThe ORF-Type of this group.
entries: OrfEntriesThe group’s entries.
Trait Implementations§
Source§impl Clone for OrfEntryGroup
impl Clone for OrfEntryGroup
Source§fn clone(&self) -> OrfEntryGroup
fn clone(&self) -> OrfEntryGroup
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for OrfEntryGroup
impl Debug for OrfEntryGroup
impl Eq for OrfEntryGroup
Source§impl PartialEq for OrfEntryGroup
impl PartialEq for OrfEntryGroup
Source§fn eq(&self, other: &OrfEntryGroup) -> bool
fn eq(&self, other: &OrfEntryGroup) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for OrfEntryGroup
Auto Trait Implementations§
impl !Freeze for OrfEntryGroup
impl RefUnwindSafe for OrfEntryGroup
impl Send for OrfEntryGroup
impl Sync for OrfEntryGroup
impl Unpin for OrfEntryGroup
impl UnsafeUnpin for OrfEntryGroup
impl UnwindSafe for OrfEntryGroup
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