pub struct ReportDERControl;Expand description
Marker type for the ReportDERControl action.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ReportDERControl
impl RefUnwindSafe for ReportDERControl
impl Send for ReportDERControl
impl Sync for ReportDERControl
impl Unpin for ReportDERControl
impl UnsafeUnpin for ReportDERControl
impl UnwindSafe for ReportDERControl
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