pub enum SetVariable {}
Expand description
Set the variable with the given name in the variable container to a new value. Clients should only call this request if the corresponding capability supportsSetVariable
is true.
If a debug adapter implements both setVariable
and setExpression
, a client will only use setExpression
if the variable has an evaluateName
property.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SetVariable
impl RefUnwindSafe for SetVariable
impl Send for SetVariable
impl Sync for SetVariable
impl Unpin for SetVariable
impl UnwindSafe for SetVariable
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