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