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