pub struct DebugSession {
pub id: String,
pub name: String,
pub state: DebugState,
pub adapter_type: String,
}Fields§
§id: String§name: String§state: DebugState§adapter_type: StringTrait Implementations§
Source§impl Clone for DebugSession
impl Clone for DebugSession
Source§impl Debug for DebugSession
impl Debug for DebugSession
Source§impl<'de> Deserialize<'de> for DebugSession
impl<'de> Deserialize<'de> for DebugSession
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 DebugSession
impl RefUnwindSafe for DebugSession
impl Send for DebugSession
impl Sync for DebugSession
impl Unpin for DebugSession
impl UnsafeUnpin for DebugSession
impl UnwindSafe for DebugSession
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