pub struct MintOutcome {
pub cn: String,
pub not_after: DateTime<Utc>,
pub cert_path: PathBuf,
pub key_path: PathBuf,
}Fields§
§cn: String§not_after: DateTime<Utc>§cert_path: PathBuf§key_path: PathBufTrait Implementations§
Auto Trait Implementations§
impl Freeze for MintOutcome
impl RefUnwindSafe for MintOutcome
impl Send for MintOutcome
impl Sync for MintOutcome
impl Unpin for MintOutcome
impl UnwindSafe for MintOutcome
Blanket Implementations§
§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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