pub enum CallStyle {
Sync,
Async,
Concurrent,
}
Variants§
Auto Trait Implementations§
impl Freeze for CallStyle
impl RefUnwindSafe for CallStyle
impl Send for CallStyle
impl Sync for CallStyle
impl Unpin for CallStyle
impl UnwindSafe for CallStyle
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