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