Struct async_nats::jetstream::object_store::DeleteError
source · pub struct DeleteError { /* private fields */ }
Implementations§
source§impl DeleteError
impl DeleteError
pub fn kind(&self) -> DeleteErrorKind
Trait Implementations§
source§impl Debug for DeleteError
impl Debug for DeleteError
source§impl Display for DeleteError
impl Display for DeleteError
source§impl Error for DeleteError
impl Error for DeleteError
1.30.0 · source§fn 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 · source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
source§impl From<InfoError> for DeleteError
impl From<InfoError> for DeleteError
source§impl From<PublishError> for DeleteError
impl From<PublishError> for DeleteError
source§fn from(err: PublishError) -> Self
fn from(err: PublishError) -> Self
Converts to this type from the input type.
source§impl From<PurgeError> for DeleteError
impl From<PurgeError> for DeleteError
source§fn from(err: PurgeError) -> Self
fn from(err: PurgeError) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl !RefUnwindSafe for DeleteError
impl Send for DeleteError
impl Sync for DeleteError
impl Unpin for DeleteError
impl !UnwindSafe for DeleteError
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