#[non_exhaustive]pub struct InvalidBucketBase { /* private fields */ }
Expand description
Bucket 元信息的错误集
Implementations§
Source§impl InvalidBucketBase
impl InvalidBucketBase
Sourcepub fn source_string(self) -> String
pub fn source_string(self) -> String
原始字符串
Trait Implementations§
Source§impl Clone for InvalidBucketBase
impl Clone for InvalidBucketBase
Source§fn clone(&self) -> InvalidBucketBase
fn clone(&self) -> InvalidBucketBase
Returns a copy of the value. Read more
1.0.0 · 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 InvalidBucketBase
impl Debug for InvalidBucketBase
Source§impl Display for InvalidBucketBase
impl Display for InvalidBucketBase
Source§impl Error for InvalidBucketBase
impl Error for InvalidBucketBase
Source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
Returns the lower-level source of this error, if any. Read more
1.0.0 · Source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
Source§impl From<InvalidBucketBase> for InvalidObjectBase
impl From<InvalidBucketBase> for InvalidObjectBase
Source§fn from(value: InvalidBucketBase) -> Self
fn from(value: InvalidBucketBase) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for InvalidBucketBase
impl RefUnwindSafe for InvalidBucketBase
impl Send for InvalidBucketBase
impl Sync for InvalidBucketBase
impl Unpin for InvalidBucketBase
impl UnwindSafe for InvalidBucketBase
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