pub enum BreakpointOriginWire {
Explicit,
AutoCacheInferred,
}Variants§
Trait Implementations§
Source§impl Clone for BreakpointOriginWire
impl Clone for BreakpointOriginWire
Source§fn clone(&self) -> BreakpointOriginWire
fn clone(&self) -> BreakpointOriginWire
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 moreimpl Copy for BreakpointOriginWire
Source§impl Debug for BreakpointOriginWire
impl Debug for BreakpointOriginWire
Source§impl<'de> Deserialize<'de> for BreakpointOriginWire
impl<'de> Deserialize<'de> for BreakpointOriginWire
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for BreakpointOriginWire
Source§impl Hash for BreakpointOriginWire
impl Hash for BreakpointOriginWire
Source§impl PartialEq for BreakpointOriginWire
impl PartialEq for BreakpointOriginWire
Source§fn eq(&self, other: &BreakpointOriginWire) -> bool
fn eq(&self, other: &BreakpointOriginWire) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for BreakpointOriginWire
impl Serialize for BreakpointOriginWire
impl StructuralPartialEq for BreakpointOriginWire
Auto Trait Implementations§
impl Freeze for BreakpointOriginWire
impl RefUnwindSafe for BreakpointOriginWire
impl Send for BreakpointOriginWire
impl Sync for BreakpointOriginWire
impl Unpin for BreakpointOriginWire
impl UnsafeUnpin for BreakpointOriginWire
impl UnwindSafe for BreakpointOriginWire
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