pub struct BreakpointMatcherList {
pub matchers: Vec<BreakpointMatcherEntry>,
}Expand description
Response from listing breakpoint matchers.
Fields§
§matchers: Vec<BreakpointMatcherEntry>Trait Implementations§
Source§impl Clone for BreakpointMatcherList
impl Clone for BreakpointMatcherList
Source§fn clone(&self) -> BreakpointMatcherList
fn clone(&self) -> BreakpointMatcherList
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 BreakpointMatcherList
impl Debug for BreakpointMatcherList
Source§impl<'de> Deserialize<'de> for BreakpointMatcherList
impl<'de> Deserialize<'de> for BreakpointMatcherList
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 BreakpointMatcherList
impl RefUnwindSafe for BreakpointMatcherList
impl Send for BreakpointMatcherList
impl Sync for BreakpointMatcherList
impl Unpin for BreakpointMatcherList
impl UnsafeUnpin for BreakpointMatcherList
impl UnwindSafe for BreakpointMatcherList
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