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