pub struct Outbound {
pub reference: String,
pub frame: Frame,
}Expand description
An outbound frame and the reference allocated to correlate its reply.
Fields§
§reference: StringUnique request reference.
frame: FrameFrame to encode and send.
Trait Implementations§
impl StructuralPartialEq for Outbound
Auto Trait Implementations§
impl Freeze for Outbound
impl RefUnwindSafe for Outbound
impl Send for Outbound
impl Sync for Outbound
impl Unpin for Outbound
impl UnsafeUnpin for Outbound
impl UnwindSafe for Outbound
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