pub enum LambdaType {
Atomic,
AsyncLauncher,
SyncLauncher,
}
Expand description
Lambda 类型。
Variants§
Auto Trait Implementations§
impl Freeze for LambdaType
impl RefUnwindSafe for LambdaType
impl Send for LambdaType
impl Sync for LambdaType
impl Unpin for LambdaType
impl UnwindSafe for LambdaType
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