Struct rsiot_messages_core::msg_meta::ExecutorId
source · pub struct ExecutorId(/* private fields */);
Expand description
Идентификатор сервиса
Implementations§
Trait Implementations§
source§impl Clone for ExecutorId
impl Clone for ExecutorId
source§fn clone(&self) -> ExecutorId
fn clone(&self) -> ExecutorId
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 ExecutorId
impl Debug for ExecutorId
source§impl Default for ExecutorId
impl Default for ExecutorId
source§fn default() -> ExecutorId
fn default() -> ExecutorId
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for ExecutorId
impl<'de> Deserialize<'de> for ExecutorId
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl Display for ExecutorId
impl Display for ExecutorId
source§impl PartialEq for ExecutorId
impl PartialEq for ExecutorId
source§fn eq(&self, other: &ExecutorId) -> bool
fn eq(&self, other: &ExecutorId) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Serialize for ExecutorId
impl Serialize for ExecutorId
impl StructuralPartialEq for ExecutorId
Auto Trait Implementations§
impl RefUnwindSafe for ExecutorId
impl Send for ExecutorId
impl Sync for ExecutorId
impl Unpin for ExecutorId
impl UnwindSafe for ExecutorId
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