Struct async_nats::jetstream::kv::EntryError
source · pub struct EntryError { /* private fields */ }Implementations§
source§impl EntryError
impl EntryError
pub fn kind(&self) -> EntryErrorKind
Trait Implementations§
source§impl Debug for EntryError
impl Debug for EntryError
source§impl Display for EntryError
impl Display for EntryError
source§impl Error for EntryError
impl Error for EntryError
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<DirectGetError> for EntryError
impl From<DirectGetError> for EntryError
source§fn from(err: DirectGetError) -> Self
fn from(err: DirectGetError) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl !RefUnwindSafe for EntryError
impl Send for EntryError
impl Sync for EntryError
impl Unpin for EntryError
impl !UnwindSafe for EntryError
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