pub struct FrameOutbox(/* private fields */);Expand description
An outbox for sending frames to an actionable stream.
Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for FrameOutbox
impl !UnwindSafe for FrameOutbox
impl Freeze for FrameOutbox
impl Send for FrameOutbox
impl Sync for FrameOutbox
impl Unpin for FrameOutbox
impl UnsafeUnpin for FrameOutbox
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