pub struct UsageDetails {
pub last_accessed_date_time: String,
pub last_modified_date_time: String,
}
Fields§
§last_accessed_date_time: String
§last_modified_date_time: String
Trait Implementations§
Source§impl Clone for UsageDetails
impl Clone for UsageDetails
Source§fn clone(&self) -> UsageDetails
fn clone(&self) -> UsageDetails
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 UsageDetails
impl Debug for UsageDetails
Source§impl<'de> Deserialize<'de> for UsageDetails
impl<'de> Deserialize<'de> for UsageDetails
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 UsageDetails
impl PartialEq for UsageDetails
Source§impl Serialize for UsageDetails
impl Serialize for UsageDetails
impl Eq for UsageDetails
impl StructuralPartialEq for UsageDetails
Auto Trait Implementations§
impl Freeze for UsageDetails
impl RefUnwindSafe for UsageDetails
impl Send for UsageDetails
impl Sync for UsageDetails
impl Unpin for UsageDetails
impl UnwindSafe for UsageDetails
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