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