Enum gsd_parser::ProtocolIdent
source · pub enum ProtocolIdent {
ProfibusDp,
ManufacturerSpecific(u8),
}Variants§
Trait Implementations§
source§impl Clone for ProtocolIdent
impl Clone for ProtocolIdent
source§fn clone(&self) -> ProtocolIdent
fn clone(&self) -> ProtocolIdent
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 ProtocolIdent
impl Debug for ProtocolIdent
source§impl Default for ProtocolIdent
impl Default for ProtocolIdent
source§fn default() -> ProtocolIdent
fn default() -> ProtocolIdent
Returns the “default value” for a type. Read more
source§impl PartialEq for ProtocolIdent
impl PartialEq for ProtocolIdent
source§fn eq(&self, other: &ProtocolIdent) -> bool
fn eq(&self, other: &ProtocolIdent) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for ProtocolIdent
impl Eq for ProtocolIdent
impl StructuralEq for ProtocolIdent
impl StructuralPartialEq for ProtocolIdent
Auto Trait Implementations§
impl RefUnwindSafe for ProtocolIdent
impl Send for ProtocolIdent
impl Sync for ProtocolIdent
impl Unpin for ProtocolIdent
impl UnwindSafe for ProtocolIdent
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