pub struct MeshWireReply {
pub request_id: String,
pub data_base64: Option<String>,
pub reason: Option<MeshObjectReadReason>,
pub expires_at_ms: Option<u64>,
}Fields§
§request_id: String§data_base64: Option<String>§reason: Option<MeshObjectReadReason>§expires_at_ms: Option<u64>Trait Implementations§
Source§impl Clone for MeshWireReply
impl Clone for MeshWireReply
Source§fn clone(&self) -> MeshWireReply
fn clone(&self) -> MeshWireReply
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 MeshWireReply
impl Debug for MeshWireReply
Source§impl<'de> Deserialize<'de> for MeshWireReply
impl<'de> Deserialize<'de> for MeshWireReply
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 MeshWireReply
impl RefUnwindSafe for MeshWireReply
impl Send for MeshWireReply
impl Sync for MeshWireReply
impl Unpin for MeshWireReply
impl UnsafeUnpin for MeshWireReply
impl UnwindSafe for MeshWireReply
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