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