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