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