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