struct WireEnvelopeRef<'a> {
tag: &'a str,
payload: Option<&'a Value>,
request_id: Option<&'a RequestId>,
response_to: Option<&'a RequestId>,
}Fields§
§tag: &'a str§payload: Option<&'a Value>§request_id: Option<&'a RequestId>§response_to: Option<&'a RequestId>Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for WireEnvelopeRef<'a>
impl<'a> RefUnwindSafe for WireEnvelopeRef<'a>
impl<'a> Send for WireEnvelopeRef<'a>
impl<'a> Sync for WireEnvelopeRef<'a>
impl<'a> Unpin for WireEnvelopeRef<'a>
impl<'a> UnsafeUnpin for WireEnvelopeRef<'a>
impl<'a> UnwindSafe for WireEnvelopeRef<'a>
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