pub struct MeshControlEnvelope {
pub mode: MeshControlMode,
pub data_base64: String,
}Expand description
Capability-scoped control envelope for mesh 1.2 private channels.
Fields§
§mode: MeshControlMode§data_base64: StringTrait Implementations§
Source§impl Clone for MeshControlEnvelope
impl Clone for MeshControlEnvelope
Source§fn clone(&self) -> MeshControlEnvelope
fn clone(&self) -> MeshControlEnvelope
Returns a duplicate 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 MeshControlEnvelope
impl Debug for MeshControlEnvelope
Source§impl<'de> Deserialize<'de> for MeshControlEnvelope
impl<'de> Deserialize<'de> for MeshControlEnvelope
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 PartialEq for MeshControlEnvelope
impl PartialEq for MeshControlEnvelope
Source§impl Serialize for MeshControlEnvelope
impl Serialize for MeshControlEnvelope
impl Eq for MeshControlEnvelope
impl StructuralPartialEq for MeshControlEnvelope
Auto Trait Implementations§
impl Freeze for MeshControlEnvelope
impl RefUnwindSafe for MeshControlEnvelope
impl Send for MeshControlEnvelope
impl Sync for MeshControlEnvelope
impl Unpin for MeshControlEnvelope
impl UnsafeUnpin for MeshControlEnvelope
impl UnwindSafe for MeshControlEnvelope
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