Enum someip_parse::SdServiceEntryType
source · pub enum SdServiceEntryType {
FindService = 0,
OfferService = 1,
}Variants§
Trait Implementations§
source§impl Clone for SdServiceEntryType
impl Clone for SdServiceEntryType
source§fn clone(&self) -> SdServiceEntryType
fn clone(&self) -> SdServiceEntryType
Returns a copy 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 Debug for SdServiceEntryType
impl Debug for SdServiceEntryType
source§impl PartialEq for SdServiceEntryType
impl PartialEq for SdServiceEntryType
source§fn eq(&self, other: &SdServiceEntryType) -> bool
fn eq(&self, other: &SdServiceEntryType) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Eq for SdServiceEntryType
impl StructuralEq for SdServiceEntryType
impl StructuralPartialEq for SdServiceEntryType
Auto Trait Implementations§
impl RefUnwindSafe for SdServiceEntryType
impl Send for SdServiceEntryType
impl Sync for SdServiceEntryType
impl Unpin for SdServiceEntryType
impl UnwindSafe for SdServiceEntryType
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