pub struct CertMetadata {
pub acme_id: ShortId,
pub created_at: SystemTime,
}
Fields§
§acme_id: ShortId
§created_at: SystemTime
Trait Implementations§
Source§impl Clone for CertMetadata
impl Clone for CertMetadata
Source§fn clone(&self) -> CertMetadata
fn clone(&self) -> CertMetadata
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl ComposeSchema for CertMetadata
impl ComposeSchema for CertMetadata
Source§impl Debug for CertMetadata
impl Debug for CertMetadata
Source§impl<'de> Deserialize<'de> for CertMetadata
impl<'de> Deserialize<'de> for CertMetadata
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for CertMetadata
impl PartialEq for CertMetadata
Source§impl Serialize for CertMetadata
impl Serialize for CertMetadata
Source§impl ToSchema for CertMetadata
impl ToSchema for CertMetadata
impl Eq for CertMetadata
impl StructuralPartialEq for CertMetadata
Auto Trait Implementations§
impl Freeze for CertMetadata
impl RefUnwindSafe for CertMetadata
impl Send for CertMetadata
impl Sync for CertMetadata
impl Unpin for CertMetadata
impl UnwindSafe for CertMetadata
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.