pub struct EnableResult {
pub debugger_id: UniqueDebuggerId,
}Fields§
§debugger_id: UniqueDebuggerIdUnique identifier of the debugger.
Trait Implementations§
Source§impl Clone for EnableResult
impl Clone for EnableResult
Source§fn clone(&self) -> EnableResult
fn clone(&self) -> EnableResult
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 EnableResult
impl Debug for EnableResult
Source§impl<'de> Deserialize<'de> for EnableResult
impl<'de> Deserialize<'de> for EnableResult
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 PartialEq for EnableResult
impl PartialEq for EnableResult
Source§impl Serialize for EnableResult
impl Serialize for EnableResult
Source§impl TryFrom<Value> for EnableResult
impl TryFrom<Value> for EnableResult
impl StructuralPartialEq for EnableResult
Auto Trait Implementations§
impl Freeze for EnableResult
impl RefUnwindSafe for EnableResult
impl Send for EnableResult
impl Sync for EnableResult
impl Unpin for EnableResult
impl UnsafeUnpin for EnableResult
impl UnwindSafe for EnableResult
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