pub struct ObjectStat { /* private fields */ }Expand description
Info of the object.
Implementations§
Source§impl ObjectStat
impl ObjectStat
Sourcepub fn bucket_name(&self) -> &str
pub fn bucket_name(&self) -> &str
Bucket name of the object.
Sourcepub fn object_name(&self) -> &str
pub fn object_name(&self) -> &str
Name of the object.
Sourcepub fn last_modified(&self) -> &str
pub fn last_modified(&self) -> &str
Last modified time of the object.
Sourcepub fn content_type(&self) -> &str
pub fn content_type(&self) -> &str
Content type of the object
Sourcepub fn version_id(&self) -> &str
pub fn version_id(&self) -> &str
Version of the object.
Trait Implementations§
Source§impl Clone for ObjectStat
impl Clone for ObjectStat
Source§fn clone(&self) -> ObjectStat
fn clone(&self) -> ObjectStat
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 moreAuto Trait Implementations§
impl Freeze for ObjectStat
impl RefUnwindSafe for ObjectStat
impl Send for ObjectStat
impl Sync for ObjectStat
impl Unpin for ObjectStat
impl UnsafeUnpin for ObjectStat
impl UnwindSafe for ObjectStat
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