pub struct MultiRush { /* private fields */ }Implementations§
Source§impl MultiRush
impl MultiRush
pub async fn multi_flow<Obj: Serialize, Out: for<'de> Deserialize<'de>>( &self, obj: Obj, ) -> Result<Out>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MultiRush
impl !RefUnwindSafe for MultiRush
impl Send for MultiRush
impl Sync for MultiRush
impl Unpin for MultiRush
impl !UnwindSafe for MultiRush
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