pub struct IpcEnvelope {
pub token: String,
pub request: IpcRequest,
}Fields§
§token: String§request: IpcRequestTrait Implementations§
Source§impl Debug for IpcEnvelope
impl Debug for IpcEnvelope
Source§impl<'de> Deserialize<'de> for IpcEnvelope
impl<'de> Deserialize<'de> for IpcEnvelope
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 IpcEnvelope
impl RefUnwindSafe for IpcEnvelope
impl Send for IpcEnvelope
impl Sync for IpcEnvelope
impl Unpin for IpcEnvelope
impl UnsafeUnpin for IpcEnvelope
impl UnwindSafe for IpcEnvelope
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