pub struct MeshPrivateWireQuery {
pub request_id: String,
pub handle: String,
pub capability: String,
pub data_base64: String,
}Fields§
§request_id: String§handle: String§capability: String§data_base64: StringTrait Implementations§
Source§impl Clone for MeshPrivateWireQuery
impl Clone for MeshPrivateWireQuery
Source§fn clone(&self) -> MeshPrivateWireQuery
fn clone(&self) -> MeshPrivateWireQuery
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 MeshPrivateWireQuery
impl Debug for MeshPrivateWireQuery
Source§impl<'de> Deserialize<'de> for MeshPrivateWireQuery
impl<'de> Deserialize<'de> for MeshPrivateWireQuery
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
Auto Trait Implementations§
impl Freeze for MeshPrivateWireQuery
impl RefUnwindSafe for MeshPrivateWireQuery
impl Send for MeshPrivateWireQuery
impl Sync for MeshPrivateWireQuery
impl Unpin for MeshPrivateWireQuery
impl UnsafeUnpin for MeshPrivateWireQuery
impl UnwindSafe for MeshPrivateWireQuery
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