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