pub enum ForOfMode {
Sync,
Async,
}Variants§
Trait Implementations§
impl Copy for ForOfMode
impl Eq for ForOfMode
impl StructuralPartialEq for ForOfMode
Auto Trait Implementations§
impl Freeze for ForOfMode
impl RefUnwindSafe for ForOfMode
impl Send for ForOfMode
impl Sync for ForOfMode
impl Unpin for ForOfMode
impl UnsafeUnpin for ForOfMode
impl UnwindSafe for ForOfMode
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