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