pub struct EntryVersion {
pub version: String,
pub deleted: bool,
pub contentLength: u64,
pub createdTime: String,
pub objectCreatedTime: String,
}Fields§
§version: String§deleted: bool§contentLength: u64§createdTime: String§objectCreatedTime: StringTrait Implementations§
Source§impl Debug for EntryVersion
impl Debug for EntryVersion
Source§impl<'de> Deserialize<'de> for EntryVersion
impl<'de> Deserialize<'de> for EntryVersion
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 EntryVersion
impl RefUnwindSafe for EntryVersion
impl Send for EntryVersion
impl Sync for EntryVersion
impl Unpin for EntryVersion
impl UnsafeUnpin for EntryVersion
impl UnwindSafe for EntryVersion
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