pub struct CoroFreeOperationBuilder<'c, T0, T1> { /* private fields */ }
Expand description
A builder for a coro.free
operation.
Implementations§
source§impl<'c> CoroFreeOperationBuilder<'c, Unset, Unset>
impl<'c> CoroFreeOperationBuilder<'c, Unset, Unset>
source§impl<'c, T1> CoroFreeOperationBuilder<'c, Unset, T1>
impl<'c, T1> CoroFreeOperationBuilder<'c, Unset, T1>
pub fn id(self, id: Value<'c, '_>) -> CoroFreeOperationBuilder<'c, Set, T1>
source§impl<'c, T0> CoroFreeOperationBuilder<'c, T0, Unset>
impl<'c, T0> CoroFreeOperationBuilder<'c, T0, Unset>
pub fn handle( self, handle: Value<'c, '_> ) -> CoroFreeOperationBuilder<'c, T0, Set>
source§impl<'c> CoroFreeOperationBuilder<'c, Set, Set>
impl<'c> CoroFreeOperationBuilder<'c, Set, Set>
pub fn build(self) -> CoroFreeOperation<'c>
Auto Trait Implementations§
impl<'c, T0, T1> RefUnwindSafe for CoroFreeOperationBuilder<'c, T0, T1>where
T0: RefUnwindSafe,
T1: RefUnwindSafe,
impl<'c, T0, T1> !Send for CoroFreeOperationBuilder<'c, T0, T1>
impl<'c, T0, T1> !Sync for CoroFreeOperationBuilder<'c, T0, T1>
impl<'c, T0, T1> Unpin for CoroFreeOperationBuilder<'c, T0, T1>
impl<'c, T0, T1> UnwindSafe for CoroFreeOperationBuilder<'c, T0, T1>where
T0: UnwindSafe,
T1: UnwindSafe,
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