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