pub struct DevToolsConfigRegistry(/* private fields */);Expand description
Plugins push JSON blobs here; DevTools merges them into GET /_devtools/config.
Implementations§
Trait Implementations§
Source§impl Clone for DevToolsConfigRegistry
impl Clone for DevToolsConfigRegistry
Source§fn clone(&self) -> DevToolsConfigRegistry
fn clone(&self) -> DevToolsConfigRegistry
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 Default for DevToolsConfigRegistry
impl Default for DevToolsConfigRegistry
Source§fn default() -> DevToolsConfigRegistry
fn default() -> DevToolsConfigRegistry
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for DevToolsConfigRegistry
impl RefUnwindSafe for DevToolsConfigRegistry
impl Send for DevToolsConfigRegistry
impl Sync for DevToolsConfigRegistry
impl Unpin for DevToolsConfigRegistry
impl UnsafeUnpin for DevToolsConfigRegistry
impl UnwindSafe for DevToolsConfigRegistry
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