pub enum DescribeJournalS3ExportError {
ResourceNotFound(String),
}Expand description
Errors returned by DescribeJournalS3Export
Variants§
Implementations§
Trait Implementations§
Source§impl Debug for DescribeJournalS3ExportError
impl Debug for DescribeJournalS3ExportError
Source§impl Error for DescribeJournalS3ExportError
impl Error for DescribeJournalS3ExportError
1.30.0 · 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 PartialEq for DescribeJournalS3ExportError
impl PartialEq for DescribeJournalS3ExportError
Source§fn eq(&self, other: &DescribeJournalS3ExportError) -> bool
fn eq(&self, other: &DescribeJournalS3ExportError) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for DescribeJournalS3ExportError
Auto Trait Implementations§
impl Freeze for DescribeJournalS3ExportError
impl RefUnwindSafe for DescribeJournalS3ExportError
impl Send for DescribeJournalS3ExportError
impl Sync for DescribeJournalS3ExportError
impl Unpin for DescribeJournalS3ExportError
impl UnwindSafe for DescribeJournalS3ExportError
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