Struct MaxSizeReached
struct MaxSizeReached { ... }
Error returned when max capacity of HeaderMap is exceeded
Implementations
impl Debug for MaxSizeReached
fn fmt(self: &Self, f: &mut Formatter<'_>) -> Result
impl Display for MaxSizeReached
fn fmt(self: &Self, f: &mut Formatter<'_>) -> Result
impl Error for MaxSizeReached
impl Freeze for MaxSizeReached
impl RefUnwindSafe for MaxSizeReached
impl Send for MaxSizeReached
impl Sync for MaxSizeReached
impl Unpin for MaxSizeReached
impl UnsafeUnpin for MaxSizeReached
impl UnwindSafe for MaxSizeReached
impl<T> Any for MaxSizeReached
fn type_id(self: &Self) -> TypeId
impl<T> Borrow for MaxSizeReached
fn borrow(self: &Self) -> &T
impl<T> BorrowMut for MaxSizeReached
fn borrow_mut(self: &mut Self) -> &mut T
impl<T> From for MaxSizeReached
fn from(t: T) -> TReturns the argument unchanged.
impl<T> ToString for MaxSizeReached
fn to_string(self: &Self) -> String
impl<T, U> Into for MaxSizeReached
fn into(self: Self) -> UCalls
U::from(self).That is, this conversion is whatever the implementation of
[From]<T> for Uchooses to do.
impl<T, U> TryFrom for MaxSizeReached
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
impl<T, U> TryInto for MaxSizeReached
fn try_into(self: Self) -> Result<U, <U as TryFrom<T>>::Error>