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