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