pub struct BucketEncryption { /* private fields */ }Trait Implementations§
Source§impl Debug for BucketEncryption
impl Debug for BucketEncryption
Auto Trait Implementations§
impl Freeze for BucketEncryption
impl RefUnwindSafe for BucketEncryption
impl Send for BucketEncryption
impl Sync for BucketEncryption
impl Unpin for BucketEncryption
impl UnwindSafe for BucketEncryption
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more