pub enum LoopControlKind {
Exit,
Continue,
}Variants§
Trait Implementations§
Source§impl Clone for LoopControlKind
impl Clone for LoopControlKind
Source§fn clone(&self) -> LoopControlKind
fn clone(&self) -> LoopControlKind
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for LoopControlKind
impl Debug for LoopControlKind
Source§impl PartialEq for LoopControlKind
impl PartialEq for LoopControlKind
impl StructuralPartialEq for LoopControlKind
Auto Trait Implementations§
impl Freeze for LoopControlKind
impl RefUnwindSafe for LoopControlKind
impl Send for LoopControlKind
impl Sync for LoopControlKind
impl Unpin for LoopControlKind
impl UnsafeUnpin for LoopControlKind
impl UnwindSafe for LoopControlKind
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