pub enum BreakpointPositionInLine {
Breakpoint,
AfterFunction,
}
Variants§
Trait Implementations§
source§impl Clone for BreakpointPositionInLine
impl Clone for BreakpointPositionInLine
source§fn clone(&self) -> BreakpointPositionInLine
fn clone(&self) -> BreakpointPositionInLine
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 BreakpointPositionInLine
impl Debug for BreakpointPositionInLine
source§impl Display for BreakpointPositionInLine
impl Display for BreakpointPositionInLine
source§impl FromStr for BreakpointPositionInLine
impl FromStr for BreakpointPositionInLine
source§impl PartialEq<BreakpointPositionInLine> for BreakpointPositionInLine
impl PartialEq<BreakpointPositionInLine> for BreakpointPositionInLine
source§fn eq(&self, other: &BreakpointPositionInLine) -> bool
fn eq(&self, other: &BreakpointPositionInLine) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for BreakpointPositionInLine
impl Eq for BreakpointPositionInLine
impl StructuralEq for BreakpointPositionInLine
impl StructuralPartialEq for BreakpointPositionInLine
Auto Trait Implementations§
impl RefUnwindSafe for BreakpointPositionInLine
impl Send for BreakpointPositionInLine
impl Sync for BreakpointPositionInLine
impl Unpin for BreakpointPositionInLine
impl UnwindSafe for BreakpointPositionInLine
Blanket Implementations§
source§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.