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