Enum http::header::map::as_header_name::TryEntryError
source · pub enum TryEntryError {
InvalidHeaderName(InvalidHeaderName),
MaxSizeReached(MaxSizeReached),
}
Variants§
InvalidHeaderName(InvalidHeaderName)
MaxSizeReached(MaxSizeReached)
Trait Implementations§
source§impl From<InvalidHeaderName> for TryEntryError
impl From<InvalidHeaderName> for TryEntryError
source§fn from(e: InvalidHeaderName) -> TryEntryError
fn from(e: InvalidHeaderName) -> TryEntryError
Converts to this type from the input type.
source§impl From<MaxSizeReached> for TryEntryError
impl From<MaxSizeReached> for TryEntryError
source§fn from(e: MaxSizeReached) -> TryEntryError
fn from(e: MaxSizeReached) -> TryEntryError
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for TryEntryError
impl RefUnwindSafe for TryEntryError
impl Send for TryEntryError
impl Sync for TryEntryError
impl Unpin for TryEntryError
impl UnwindSafe for TryEntryError
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