pub struct EdgeNodeId(/* private fields */);Expand description
A Sparkplug Edge Node ID.
Implementations§
Trait Implementations§
Source§impl AsRef<str> for EdgeNodeId
impl AsRef<str> for EdgeNodeId
Source§impl Clone for EdgeNodeId
impl Clone for EdgeNodeId
Source§fn clone(&self) -> EdgeNodeId
fn clone(&self) -> EdgeNodeId
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 EdgeNodeId
impl Debug for EdgeNodeId
Source§impl Display for EdgeNodeId
impl Display for EdgeNodeId
impl Eq for EdgeNodeId
Source§impl Hash for EdgeNodeId
impl Hash for EdgeNodeId
Source§impl PartialEq for EdgeNodeId
impl PartialEq for EdgeNodeId
Source§fn eq(&self, other: &EdgeNodeId) -> bool
fn eq(&self, other: &EdgeNodeId) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for EdgeNodeId
Auto Trait Implementations§
impl Freeze for EdgeNodeId
impl RefUnwindSafe for EdgeNodeId
impl Send for EdgeNodeId
impl Sync for EdgeNodeId
impl Unpin for EdgeNodeId
impl UnsafeUnpin for EdgeNodeId
impl UnwindSafe for EdgeNodeId
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