pub struct SymbolicKeyMeta {
pub last_modified: DateTime<Utc>,
pub ttl: Option<Duration>,
pub origin: Option<String>,
pub phase: Option<String>,
pub source_agent: Option<String>,
}
Fields§
§last_modified: DateTime<Utc>
§ttl: Option<Duration>
§origin: Option<String>
§phase: Option<String>
§source_agent: Option<String>
Trait Implementations§
Source§impl Clone for SymbolicKeyMeta
impl Clone for SymbolicKeyMeta
Source§fn clone(&self) -> SymbolicKeyMeta
fn clone(&self) -> SymbolicKeyMeta
Returns a duplicate 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 Debug for SymbolicKeyMeta
impl Debug for SymbolicKeyMeta
Source§impl<'de> Deserialize<'de> for SymbolicKeyMeta
impl<'de> Deserialize<'de> for SymbolicKeyMeta
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
Auto Trait Implementations§
impl Freeze for SymbolicKeyMeta
impl RefUnwindSafe for SymbolicKeyMeta
impl Send for SymbolicKeyMeta
impl Sync for SymbolicKeyMeta
impl Unpin for SymbolicKeyMeta
impl UnwindSafe for SymbolicKeyMeta
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