pub struct GetObjectMeta { /* private fields */ }Expand description
Retrieve the object’s meta information
See the Alibaba Cloud documentation for details
Implementations§
Auto Trait Implementations§
impl Freeze for GetObjectMeta
impl !RefUnwindSafe for GetObjectMeta
impl Send for GetObjectMeta
impl Sync for GetObjectMeta
impl Unpin for GetObjectMeta
impl !UnwindSafe for GetObjectMeta
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