Enum sep2_common::packages::pubsub::AttributeIdentifier
source · #[repr(u8)]pub enum AttributeIdentifier {
ReadingValue = 0,
}
Available on crate feature
pubsub
only.Variants§
ReadingValue = 0
Trait Implementations§
source§impl Clone for AttributeIdentifier
impl Clone for AttributeIdentifier
source§fn clone(&self) -> AttributeIdentifier
fn clone(&self) -> AttributeIdentifier
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 AttributeIdentifier
impl Debug for AttributeIdentifier
source§impl Default for AttributeIdentifier
impl Default for AttributeIdentifier
source§fn default() -> AttributeIdentifier
fn default() -> AttributeIdentifier
Returns the “default value” for a type. Read more
source§impl PartialEq<AttributeIdentifier> for AttributeIdentifier
impl PartialEq<AttributeIdentifier> for AttributeIdentifier
source§fn eq(&self, other: &AttributeIdentifier) -> bool
fn eq(&self, other: &AttributeIdentifier) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl YaDeserialize for AttributeIdentifier
impl YaDeserialize for AttributeIdentifier
source§impl YaSerialize for AttributeIdentifier
impl YaSerialize for AttributeIdentifier
fn name() -> &'static strwhere Self: Sized,
fn serialize<W: Write>(&self, writer: &mut Serializer<W>) -> Result<(), String>where Self: Sized,
fn serialize_attributes( &self, source_attributes: Vec<OwnedAttribute>, source_namespace: Namespace ) -> Result<(Vec<OwnedAttribute>, Namespace), String>where Self: Sized,
impl Copy for AttributeIdentifier
impl Eq for AttributeIdentifier
impl StructuralEq for AttributeIdentifier
impl StructuralPartialEq for AttributeIdentifier
Auto Trait Implementations§
impl RefUnwindSafe for AttributeIdentifier
impl Send for AttributeIdentifier
impl Sync for AttributeIdentifier
impl Unpin for AttributeIdentifier
impl UnwindSafe for AttributeIdentifier
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