pub enum CallStyle {
Sync,
Async,
Concurrent,
}
Variants§
Trait Implementations§
impl Copy for CallStyle
impl StructuralPartialEq for CallStyle
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