pub struct ObjectStat { /* private fields */ }Implementations§
Source§impl ObjectStat
impl ObjectStat
pub fn bucket_name(&self) -> &str
pub fn object_name(&self) -> &str
pub fn last_modified(&self) -> &str
pub fn etag(&self) -> &str
pub fn content_type(&self) -> &str
pub fn version_id(&self) -> &str
pub fn size(&self) -> usize
pub fn metadata(&self) -> &HashMap<String, String>
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 · 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 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