pub enum DebuggerPath {
Path(PathBuf),
Discover,
}Variants§
Path(PathBuf)
Use a debugger at this path
Discover
Try to automatically discover a version of a debugger from the environment
Trait Implementations§
Source§impl Clone for DebuggerPath
impl Clone for DebuggerPath
Source§fn clone(&self) -> DebuggerPath
fn clone(&self) -> DebuggerPath
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 DebuggerPath
impl Debug for DebuggerPath
Source§impl<'d> Deserialize<'d> for DebuggerPath
impl<'d> Deserialize<'d> for DebuggerPath
Source§fn deserialize<D>(
deserializer: D,
) -> Result<Self, <D as Deserializer<'d>>::Error>where
D: Deserializer<'d>,
fn deserialize<D>(
deserializer: D,
) -> Result<Self, <D as Deserializer<'d>>::Error>where
D: Deserializer<'d>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for DebuggerPath
impl PartialEq for DebuggerPath
impl StructuralPartialEq for DebuggerPath
Auto Trait Implementations§
impl Freeze for DebuggerPath
impl RefUnwindSafe for DebuggerPath
impl Send for DebuggerPath
impl Sync for DebuggerPath
impl Unpin for DebuggerPath
impl UnsafeUnpin for DebuggerPath
impl UnwindSafe for DebuggerPath
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> DeserializeOwned for Twhere
T: for<'de> Deserialize<'de>,
§impl<T> Pointable for T
impl<T> Pointable for T
Layout§
Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...) attributes. Please see the Rust Reference's “Type Layout” chapter for details on type layout guarantees.
Size: 24 bytes
Size for each variant:
Path: 24 bytesDiscover: 0 bytes