pub struct HxTarget(/* private fields */);
Implementations§
Trait Implementations§
Source§impl Header for HxTarget
impl Header for HxTarget
Source§impl Ord for HxTarget
impl Ord for HxTarget
Source§impl PartialOrd for HxTarget
impl PartialOrd for HxTarget
impl Eq for HxTarget
impl StructuralPartialEq for HxTarget
Auto Trait Implementations§
impl !Freeze for HxTarget
impl RefUnwindSafe for HxTarget
impl Send for HxTarget
impl Sync for HxTarget
impl Unpin for HxTarget
impl UnwindSafe for HxTarget
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