pub struct CacheBreakpointWire {
pub block_index: u32,
pub source: CacheBreakpointSourceWire,
pub path: String,
pub message_index: Option<u32>,
pub prefix_hash: String,
pub prefix_token_count: u64,
pub requested_ttl: TtlClassWire,
pub origin: BreakpointOriginWire,
}Fields§
§block_index: u32§source: CacheBreakpointSourceWire§path: String§message_index: Option<u32>§prefix_hash: String§prefix_token_count: u64§requested_ttl: TtlClassWire§origin: BreakpointOriginWireTrait Implementations§
Source§impl Clone for CacheBreakpointWire
impl Clone for CacheBreakpointWire
Source§fn clone(&self) -> CacheBreakpointWire
fn clone(&self) -> CacheBreakpointWire
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 moreSource§impl Debug for CacheBreakpointWire
impl Debug for CacheBreakpointWire
Source§impl<'de> Deserialize<'de> for CacheBreakpointWire
impl<'de> Deserialize<'de> for CacheBreakpointWire
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 CacheBreakpointWire
Source§impl PartialEq for CacheBreakpointWire
impl PartialEq for CacheBreakpointWire
Source§fn eq(&self, other: &CacheBreakpointWire) -> bool
fn eq(&self, other: &CacheBreakpointWire) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for CacheBreakpointWire
impl Serialize for CacheBreakpointWire
impl StructuralPartialEq for CacheBreakpointWire
Auto Trait Implementations§
impl Freeze for CacheBreakpointWire
impl RefUnwindSafe for CacheBreakpointWire
impl Send for CacheBreakpointWire
impl Sync for CacheBreakpointWire
impl Unpin for CacheBreakpointWire
impl UnsafeUnpin for CacheBreakpointWire
impl UnwindSafe for CacheBreakpointWire
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