pub struct HIST_ENTRY { /* private fields */ }Auto Trait Implementations§
impl Freeze for HIST_ENTRY
impl RefUnwindSafe for HIST_ENTRY
impl !Send for HIST_ENTRY
impl !Sync for HIST_ENTRY
impl !Unpin for HIST_ENTRY
impl UnwindSafe for HIST_ENTRY
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