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