pub enum BreakOpportunity {
Mandatory,
Allowed,
}
Expand description
Break opportunity type.
Variants§
Trait Implementations§
source§impl Clone for BreakOpportunity
impl Clone for BreakOpportunity
source§fn clone(&self) -> BreakOpportunity
fn clone(&self) -> BreakOpportunity
Returns a copy of the value. Read more
1.0.0 · 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 BreakOpportunity
impl Debug for BreakOpportunity
source§impl PartialEq for BreakOpportunity
impl PartialEq for BreakOpportunity
impl Copy for BreakOpportunity
impl Eq for BreakOpportunity
impl StructuralPartialEq for BreakOpportunity
Auto Trait Implementations§
impl Freeze for BreakOpportunity
impl RefUnwindSafe for BreakOpportunity
impl Send for BreakOpportunity
impl Sync for BreakOpportunity
impl Unpin for BreakOpportunity
impl UnwindSafe for BreakOpportunity
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)