pub struct S3ServiceSpecificError {
pub feature_id: &'static str,
pub family: &'static str,
pub code: &'static str,
pub status: u16,
pub message: &'static str,
}Fields§
§feature_id: &'static str§family: &'static str§code: &'static str§status: u16§message: &'static strTrait Implementations§
Source§impl Clone for S3ServiceSpecificError
impl Clone for S3ServiceSpecificError
Source§fn clone(&self) -> S3ServiceSpecificError
fn clone(&self) -> S3ServiceSpecificError
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 S3ServiceSpecificError
impl Debug for S3ServiceSpecificError
Source§impl PartialEq for S3ServiceSpecificError
impl PartialEq for S3ServiceSpecificError
Source§fn eq(&self, other: &S3ServiceSpecificError) -> bool
fn eq(&self, other: &S3ServiceSpecificError) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for S3ServiceSpecificError
impl Eq for S3ServiceSpecificError
impl StructuralPartialEq for S3ServiceSpecificError
Auto Trait Implementations§
impl Freeze for S3ServiceSpecificError
impl RefUnwindSafe for S3ServiceSpecificError
impl Send for S3ServiceSpecificError
impl Sync for S3ServiceSpecificError
impl Unpin for S3ServiceSpecificError
impl UnsafeUnpin for S3ServiceSpecificError
impl UnwindSafe for S3ServiceSpecificError
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