pub struct DebugConfigAction;Implementations§
Source§impl DebugConfigAction
impl DebugConfigAction
pub fn new() -> ActionCommand
Auto Trait Implementations§
impl Freeze for DebugConfigAction
impl RefUnwindSafe for DebugConfigAction
impl Send for DebugConfigAction
impl Sync for DebugConfigAction
impl Unpin for DebugConfigAction
impl UnwindSafe for DebugConfigAction
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