pub struct StoredKeyGroup {
pub id: String,
pub etag: String,
pub last_modified_time: DateTime<Utc>,
pub config: KeyGroupConfig,
}Fields§
§id: String§etag: String§last_modified_time: DateTime<Utc>§config: KeyGroupConfigTrait Implementations§
Source§impl Clone for StoredKeyGroup
impl Clone for StoredKeyGroup
Source§fn clone(&self) -> StoredKeyGroup
fn clone(&self) -> StoredKeyGroup
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 StoredKeyGroup
impl Debug for StoredKeyGroup
Source§impl<'de> Deserialize<'de> for StoredKeyGroup
impl<'de> Deserialize<'de> for StoredKeyGroup
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 StoredKeyGroup
impl RefUnwindSafe for StoredKeyGroup
impl Send for StoredKeyGroup
impl Sync for StoredKeyGroup
impl Unpin for StoredKeyGroup
impl UnsafeUnpin for StoredKeyGroup
impl UnwindSafe for StoredKeyGroup
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