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