pub struct Hff { /* private fields */ }
Expand description
The Hff structure data. This is an immutable representation of the content of an Hff stream.
Implementations§
Trait Implementations§
impl StructuralPartialEq for Hff
Auto Trait Implementations§
impl RefUnwindSafe for Hff
impl Send for Hff
impl Sync for Hff
impl Unpin for Hff
impl UnwindSafe for Hff
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