pub struct InOutStage;Implementations§
Source§impl InOutStage
impl InOutStage
pub fn queue(self) -> InOutQueueEndpointBuilder
Auto Trait Implementations§
impl Freeze for InOutStage
impl RefUnwindSafe for InOutStage
impl Send for InOutStage
impl Sync for InOutStage
impl Unpin for InOutStage
impl UnwindSafe for InOutStage
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