pub struct Dbtr;Expand description
Debug Triggers extension.
Trait Implementations§
Source§impl Extension for Dbtr
impl Extension for Dbtr
Source§fn extension_id(&self) -> usize
fn extension_id(&self) -> usize
Get a raw
extension_id value to pass to SBI environment.impl Copy for Dbtr
Auto Trait Implementations§
impl Freeze for Dbtr
impl RefUnwindSafe for Dbtr
impl Send for Dbtr
impl Sync for Dbtr
impl Unpin for Dbtr
impl UnsafeUnpin for Dbtr
impl UnwindSafe for Dbtr
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