pub struct ConsumerIdentity {
pub module_id: String,
pub launch_nonce: String,
}Expand description
Daemon-spawned consumer identity presented on route.open.
Fields§
§module_id: String§launch_nonce: StringTrait Implementations§
Source§impl Clone for ConsumerIdentity
impl Clone for ConsumerIdentity
Source§fn clone(&self) -> ConsumerIdentity
fn clone(&self) -> ConsumerIdentity
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 ConsumerIdentity
impl Debug for ConsumerIdentity
Source§impl<'de> Deserialize<'de> for ConsumerIdentity
impl<'de> Deserialize<'de> for ConsumerIdentity
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
impl Eq for ConsumerIdentity
Source§impl Hash for ConsumerIdentity
impl Hash for ConsumerIdentity
Source§impl PartialEq for ConsumerIdentity
impl PartialEq for ConsumerIdentity
Source§impl Serialize for ConsumerIdentity
impl Serialize for ConsumerIdentity
impl StructuralPartialEq for ConsumerIdentity
Auto Trait Implementations§
impl Freeze for ConsumerIdentity
impl RefUnwindSafe for ConsumerIdentity
impl Send for ConsumerIdentity
impl Sync for ConsumerIdentity
impl Unpin for ConsumerIdentity
impl UnsafeUnpin for ConsumerIdentity
impl UnwindSafe for ConsumerIdentity
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