pub struct MeshQueryPayload {
pub request_id: String,
pub path: String,
pub data_base64: String,
pub author: Option<String>,
}Fields§
§request_id: String§path: String§data_base64: StringTrait Implementations§
Source§impl Debug for MeshQueryPayload
impl Debug for MeshQueryPayload
Auto Trait Implementations§
impl Freeze for MeshQueryPayload
impl RefUnwindSafe for MeshQueryPayload
impl Send for MeshQueryPayload
impl Sync for MeshQueryPayload
impl Unpin for MeshQueryPayload
impl UnsafeUnpin for MeshQueryPayload
impl UnwindSafe for MeshQueryPayload
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