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