Enum rusty_s3::BucketError
source · [−]pub enum BucketError {
UnsupportedScheme,
MissingHost,
}Variants
UnsupportedScheme
MissingHost
Trait Implementations
sourceimpl Clone for BucketError
impl Clone for BucketError
sourcefn clone(&self) -> BucketError
fn clone(&self) -> BucketError
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for BucketError
impl Debug for BucketError
sourceimpl Display for BucketError
impl Display for BucketError
sourceimpl Error for BucketError
impl Error for BucketError
1.30.0 · sourcefn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more
1.0.0 · sourcefn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0:
use the Display impl or to_string()
sourceimpl PartialEq<BucketError> for BucketError
impl PartialEq<BucketError> for BucketError
sourcefn eq(&self, other: &BucketError) -> bool
fn eq(&self, other: &BucketError) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
impl Copy for BucketError
impl Eq for BucketError
impl StructuralEq for BucketError
impl StructuralPartialEq for BucketError
Auto Trait Implementations
impl RefUnwindSafe for BucketError
impl Send for BucketError
impl Sync for BucketError
impl Unpin for BucketError
impl UnwindSafe for BucketError
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more