pub struct HeaderChar { /* private fields */ }
Trait Implementations§
Source§impl Debug for HeaderChar
impl Debug for HeaderChar
Source§impl PartialEq for HeaderChar
impl PartialEq for HeaderChar
impl StructuralPartialEq for HeaderChar
Auto Trait Implementations§
impl Freeze for HeaderChar
impl RefUnwindSafe for HeaderChar
impl Send for HeaderChar
impl Sync for HeaderChar
impl Unpin for HeaderChar
impl UnwindSafe for HeaderChar
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