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