pub enum CacheBreakpointSource {
Tools,
System,
Message,
}Expand description
Source of a cache breakpoint within the request.
Variants§
Tools
Breakpoint from tools in the request.
System
Breakpoint from system content.
Message
Breakpoint from message content.
Trait Implementations§
Source§impl Clone for CacheBreakpointSource
impl Clone for CacheBreakpointSource
Source§fn clone(&self) -> CacheBreakpointSource
fn clone(&self) -> CacheBreakpointSource
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 CacheBreakpointSource
Source§impl Debug for CacheBreakpointSource
impl Debug for CacheBreakpointSource
Source§impl<'de> Deserialize<'de> for CacheBreakpointSource
impl<'de> Deserialize<'de> for CacheBreakpointSource
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 CacheBreakpointSource
Source§impl Hash for CacheBreakpointSource
impl Hash for CacheBreakpointSource
Source§impl PartialEq for CacheBreakpointSource
impl PartialEq for CacheBreakpointSource
Source§fn eq(&self, other: &CacheBreakpointSource) -> bool
fn eq(&self, other: &CacheBreakpointSource) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for CacheBreakpointSource
impl Serialize for CacheBreakpointSource
impl StructuralPartialEq for CacheBreakpointSource
Auto Trait Implementations§
impl Freeze for CacheBreakpointSource
impl RefUnwindSafe for CacheBreakpointSource
impl Send for CacheBreakpointSource
impl Sync for CacheBreakpointSource
impl Unpin for CacheBreakpointSource
impl UnsafeUnpin for CacheBreakpointSource
impl UnwindSafe for CacheBreakpointSource
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