pub struct Hy;
Implementations§
Auto Trait Implementations§
impl Freeze for Hy
impl RefUnwindSafe for Hy
impl Send for Hy
impl Sync for Hy
impl Unpin for Hy
impl UnwindSafe for Hy
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