pub struct BreakpointMatcherResponse {
pub id: String,
pub phases: Vec<String>,
}Expand description
Response from registering a breakpoint matcher.
Fields§
§id: String§phases: Vec<String>Trait Implementations§
Source§impl Clone for BreakpointMatcherResponse
impl Clone for BreakpointMatcherResponse
Source§fn clone(&self) -> BreakpointMatcherResponse
fn clone(&self) -> BreakpointMatcherResponse
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 BreakpointMatcherResponse
impl Debug for BreakpointMatcherResponse
Source§impl<'de> Deserialize<'de> for BreakpointMatcherResponse
impl<'de> Deserialize<'de> for BreakpointMatcherResponse
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
Auto Trait Implementations§
impl Freeze for BreakpointMatcherResponse
impl RefUnwindSafe for BreakpointMatcherResponse
impl Send for BreakpointMatcherResponse
impl Sync for BreakpointMatcherResponse
impl Unpin for BreakpointMatcherResponse
impl UnsafeUnpin for BreakpointMatcherResponse
impl UnwindSafe for BreakpointMatcherResponse
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