pub struct HyperText<'a> { /* private fields */ }
Trait Implementations§
source§impl<'a> IntoHyperText<'a> for HyperText<'a>
impl<'a> IntoHyperText<'a> for HyperText<'a>
fn into_hyper_text(self) -> HyperText<'a>
Auto Trait Implementations§
impl<'a> RefUnwindSafe for HyperText<'a>
impl<'a> Send for HyperText<'a>
impl<'a> Sync for HyperText<'a>
impl<'a> Unpin for HyperText<'a>
impl<'a> UnwindSafe for HyperText<'a>
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