pub struct GetBucketVersioning;Trait Implementations§
Source§impl Ops for GetBucketVersioning
impl Ops for GetBucketVersioning
Auto Trait Implementations§
impl Freeze for GetBucketVersioning
impl RefUnwindSafe for GetBucketVersioning
impl Send for GetBucketVersioning
impl Sync for GetBucketVersioning
impl Unpin for GetBucketVersioning
impl UnsafeUnpin for GetBucketVersioning
impl UnwindSafe for GetBucketVersioning
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