pub struct DebugRegistry {
pub debug_capabilities: HashMap<Name, DebugRegistration>,
}
Expand description
The set of debug capabilities available in this environment.
Fields§
§debug_capabilities: HashMap<Name, DebugRegistration>
Implementations§
Source§impl DebugRegistry
impl DebugRegistry
pub fn get_capability(&self, name: &Name) -> Option<&DebugRegistration>
Trait Implementations§
Source§impl Clone for DebugRegistry
impl Clone for DebugRegistry
Source§fn clone(&self) -> DebugRegistry
fn clone(&self) -> DebugRegistry
Returns a copy 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 DebugRegistry
impl Debug for DebugRegistry
Source§impl Default for DebugRegistry
impl Default for DebugRegistry
Source§fn default() -> DebugRegistry
fn default() -> DebugRegistry
Returns the “default value” for a type. Read more
Source§impl From<Vec<DebugRegistration>> for DebugRegistry
impl From<Vec<DebugRegistration>> for DebugRegistry
Source§fn from(regs: Vec<DebugRegistration>) -> Self
fn from(regs: Vec<DebugRegistration>) -> Self
Converts to this type from the input type.
Source§impl PartialEq for DebugRegistry
impl PartialEq for DebugRegistry
impl Eq for DebugRegistry
impl StructuralPartialEq for DebugRegistry
Auto Trait Implementations§
impl Freeze for DebugRegistry
impl RefUnwindSafe for DebugRegistry
impl Send for DebugRegistry
impl Sync for DebugRegistry
impl Unpin for DebugRegistry
impl UnwindSafe for DebugRegistry
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,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)