pub struct NoSuchBucket {}Expand description
The specified bucket does not exist.
Trait Implementations§
Source§impl Clone for NoSuchBucket
impl Clone for NoSuchBucket
Source§fn clone(&self) -> NoSuchBucket
fn clone(&self) -> NoSuchBucket
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for NoSuchBucket
impl Debug for NoSuchBucket
Source§impl Default for NoSuchBucket
impl Default for NoSuchBucket
Source§fn default() -> NoSuchBucket
fn default() -> NoSuchBucket
Returns the “default value” for a type. Read more
Source§impl PartialEq for NoSuchBucket
impl PartialEq for NoSuchBucket
Source§fn eq(&self, other: &NoSuchBucket) -> bool
fn eq(&self, other: &NoSuchBucket) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for NoSuchBucket
Auto Trait Implementations§
impl Freeze for NoSuchBucket
impl RefUnwindSafe for NoSuchBucket
impl Send for NoSuchBucket
impl Sync for NoSuchBucket
impl Unpin for NoSuchBucket
impl UnsafeUnpin for NoSuchBucket
impl UnwindSafe for NoSuchBucket
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