pub struct GetObjectResult;Expand description
A “placeholder” struct for adding more fields in the future
Trait Implementations§
Auto Trait Implementations§
impl Freeze for GetObjectResult
impl RefUnwindSafe for GetObjectResult
impl Send for GetObjectResult
impl Sync for GetObjectResult
impl Unpin for GetObjectResult
impl UnsafeUnpin for GetObjectResult
impl UnwindSafe for GetObjectResult
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