pub struct ListObjectVersions {
pub params: ListObjectVersionsParams,
}Fields§
§params: ListObjectVersionsParamsTrait Implementations§
Source§impl Ops for ListObjectVersions
impl Ops for ListObjectVersions
Auto Trait Implementations§
impl Freeze for ListObjectVersions
impl RefUnwindSafe for ListObjectVersions
impl Send for ListObjectVersions
impl Sync for ListObjectVersions
impl Unpin for ListObjectVersions
impl UnsafeUnpin for ListObjectVersions
impl UnwindSafe for ListObjectVersions
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