pub enum CallWait {
Bounded,
Unbounded,
}Expand description
CallWait
Variants§
Auto Trait Implementations§
impl Freeze for CallWait
impl RefUnwindSafe for CallWait
impl Send for CallWait
impl Sync for CallWait
impl Unpin for CallWait
impl UnwindSafe for CallWait
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