Enum someip_messages::EntriesType 
source · pub enum EntriesType {
    FindService,
    OfferService,
    SubscribeEventgroup,
    SubscribeEventgroupACK,
}Expand description
Different kinds of EntriesTyp accepted in a SdPayload.
Variants§
FindService
Find service
OfferService
Offer service
SubscribeEventgroup
Subscribe event group
SubscribeEventgroupACK
Subscribe event group ack
Trait Implementations§
source§impl Clone for EntriesType
 
impl Clone for EntriesType
source§fn clone(&self) -> EntriesType
 
fn clone(&self) -> EntriesType
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 EntriesType
 
impl Debug for EntriesType
source§impl Hash for EntriesType
 
impl Hash for EntriesType
source§impl PartialEq<EntriesType> for EntriesType
 
impl PartialEq<EntriesType> for EntriesType
source§fn eq(&self, other: &EntriesType) -> bool
 
fn eq(&self, other: &EntriesType) -> bool
This method tests for 
self and other values to be equal, and is used
by ==.impl Copy for EntriesType
impl Eq for EntriesType
impl StructuralEq for EntriesType
impl StructuralPartialEq for EntriesType
Auto Trait Implementations§
impl RefUnwindSafe for EntriesType
impl Send for EntriesType
impl Sync for EntriesType
impl Unpin for EntriesType
impl UnwindSafe for EntriesType
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