pub struct Tdispatch {
pub contexts: Contexts,
pub dest: String,
pub dtab: Dtab,
pub body: Vec<u8>,
}Expand description
Representation of a mux Tdispatch frame.
Fields§
§contexts: ContextsContext information associated with this request.
dest: StringDestination of this request.
dtab: DtabTable of delegation rules for ‘rewriting’ the destination.
body: Vec<u8>Message payload.
Implementations§
Trait Implementations§
impl Eq for Tdispatch
impl StructuralPartialEq for Tdispatch
Auto Trait Implementations§
impl Freeze for Tdispatch
impl RefUnwindSafe for Tdispatch
impl Send for Tdispatch
impl Sync for Tdispatch
impl Unpin for Tdispatch
impl UnwindSafe for Tdispatch
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