pub struct ResetStreamError { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Clone for ResetStreamError
impl Clone for ResetStreamError
Source§fn clone(&self) -> ResetStreamError
fn clone(&self) -> ResetStreamError
Returns a copy of the value. Read more
1.0.0 · 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 ResetStreamError
impl Debug for ResetStreamError
Source§impl Display for ResetStreamError
impl Display for ResetStreamError
Source§impl Error for ResetStreamError
impl Error for ResetStreamError
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 From<&ResetStreamFrame> for ResetStreamError
impl From<&ResetStreamFrame> for ResetStreamError
Source§fn from(frame: &ResetStreamFrame) -> Self
fn from(frame: &ResetStreamFrame) -> Self
Converts to this type from the input type.
impl Copy for ResetStreamError
Auto Trait Implementations§
impl Freeze for ResetStreamError
impl RefUnwindSafe for ResetStreamError
impl Send for ResetStreamError
impl Sync for ResetStreamError
impl Unpin for ResetStreamError
impl UnwindSafe for ResetStreamError
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