pub struct hs_scratch { /* private fields */ }Trait Implementations§
Source§impl Clone for hs_scratch
impl Clone for hs_scratch
Source§fn clone(&self) -> hs_scratch
fn clone(&self) -> hs_scratch
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for hs_scratch
impl Debug for hs_scratch
impl Copy for 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 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