pub struct SetBlackboxedRanges {
pub script_id: ScriptId,
pub positions: Vec<ScriptPosition>,
}
Fields§
§script_id: ScriptId
§positions: Vec<ScriptPosition>
Trait Implementations§
Source§impl Clone for SetBlackboxedRanges
impl Clone for SetBlackboxedRanges
Source§fn clone(&self) -> SetBlackboxedRanges
fn clone(&self) -> SetBlackboxedRanges
Returns a duplicate of the value. Read more
1.0.0 · 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 SetBlackboxedRanges
impl Debug for SetBlackboxedRanges
Source§impl<'de> Deserialize<'de> for SetBlackboxedRanges
impl<'de> Deserialize<'de> for SetBlackboxedRanges
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
Source§impl Method for SetBlackboxedRanges
impl Method for SetBlackboxedRanges
const NAME: &'static str = "Debugger.setBlackboxedRanges"
type ReturnObject = SetBlackboxedRangesReturnObject
fn to_method_call(self, call_id: CallId) -> MethodCall<Self>where
Self: Sized,
Source§impl PartialEq for SetBlackboxedRanges
impl PartialEq for SetBlackboxedRanges
Source§impl Serialize for SetBlackboxedRanges
impl Serialize for SetBlackboxedRanges
impl StructuralPartialEq for SetBlackboxedRanges
Auto Trait Implementations§
impl Freeze for SetBlackboxedRanges
impl RefUnwindSafe for SetBlackboxedRanges
impl Send for SetBlackboxedRanges
impl Sync for SetBlackboxedRanges
impl Unpin for SetBlackboxedRanges
impl UnwindSafe for SetBlackboxedRanges
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