Struct hrana_client_proto::pipeline::ClientMsg
source · pub struct ClientMsg {
pub baton: Option<String>,
pub requests: Vec<StreamRequest>,
}
Fields§
§baton: Option<String>
§requests: Vec<StreamRequest>
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for ClientMsg
impl Send for ClientMsg
impl Sync for ClientMsg
impl Unpin for ClientMsg
impl UnwindSafe for ClientMsg
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