pub enum CacheBreakpointSourceWire {
Tools,
System,
Message,
}Variants§
Trait Implementations§
Source§impl Clone for CacheBreakpointSourceWire
impl Clone for CacheBreakpointSourceWire
Source§fn clone(&self) -> CacheBreakpointSourceWire
fn clone(&self) -> CacheBreakpointSourceWire
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 CacheBreakpointSourceWire
Source§impl Debug for CacheBreakpointSourceWire
impl Debug for CacheBreakpointSourceWire
Source§impl<'de> Deserialize<'de> for CacheBreakpointSourceWire
impl<'de> Deserialize<'de> for CacheBreakpointSourceWire
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 CacheBreakpointSourceWire
Source§impl Hash for CacheBreakpointSourceWire
impl Hash for CacheBreakpointSourceWire
Source§impl PartialEq for CacheBreakpointSourceWire
impl PartialEq for CacheBreakpointSourceWire
Source§fn eq(&self, other: &CacheBreakpointSourceWire) -> bool
fn eq(&self, other: &CacheBreakpointSourceWire) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for CacheBreakpointSourceWire
Auto Trait Implementations§
impl Freeze for CacheBreakpointSourceWire
impl RefUnwindSafe for CacheBreakpointSourceWire
impl Send for CacheBreakpointSourceWire
impl Sync for CacheBreakpointSourceWire
impl Unpin for CacheBreakpointSourceWire
impl UnsafeUnpin for CacheBreakpointSourceWire
impl UnwindSafe for CacheBreakpointSourceWire
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