Enum webrtc_mdns::message::header::Section
source · pub enum Section {
NotStarted = 0,
Header = 1,
Questions = 2,
Answers = 3,
Authorities = 4,
Additionals = 5,
Done = 6,
}
Variants§
Trait Implementations§
source§impl PartialEq for Section
impl PartialEq for Section
source§impl PartialOrd for Section
impl PartialOrd for Section
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moreimpl Copy for Section
impl Eq for Section
impl StructuralPartialEq for Section
Auto Trait Implementations§
impl Freeze for Section
impl RefUnwindSafe for Section
impl Send for Section
impl Sync for Section
impl Unpin for Section
impl UnwindSafe for Section
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