Struct mcfunction_debugger::config::adapter::LocalBreakpoint
source · pub struct LocalBreakpoint {
pub kind: BreakpointKind,
pub position: LocalBreakpointPosition,
}
Fields§
§kind: BreakpointKind
§position: LocalBreakpointPosition
Trait Implementations§
source§impl Clone for LocalBreakpoint
impl Clone for LocalBreakpoint
source§fn clone(&self) -> LocalBreakpoint
fn clone(&self) -> LocalBreakpoint
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 LocalBreakpoint
impl Debug for LocalBreakpoint
source§impl PartialEq<LocalBreakpoint> for LocalBreakpoint
impl PartialEq<LocalBreakpoint> for LocalBreakpoint
source§fn eq(&self, other: &LocalBreakpoint) -> bool
fn eq(&self, other: &LocalBreakpoint) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for LocalBreakpoint
impl StructuralEq for LocalBreakpoint
impl StructuralPartialEq for LocalBreakpoint
Auto Trait Implementations§
impl RefUnwindSafe for LocalBreakpoint
impl Send for LocalBreakpoint
impl Sync for LocalBreakpoint
impl Unpin for LocalBreakpoint
impl UnwindSafe for LocalBreakpoint
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.