pub struct LevelRestart { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl Clone for LevelRestart
impl Clone for LevelRestart
Source§fn clone(&self) -> LevelRestart
fn clone(&self) -> LevelRestart
Returns a copy 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 LevelRestart
impl Debug for LevelRestart
Source§impl PartialEq for LevelRestart
impl PartialEq for LevelRestart
Source§impl Serialize for LevelRestart
impl Serialize for LevelRestart
impl StructuralPartialEq for LevelRestart
Auto Trait Implementations§
impl Freeze for LevelRestart
impl RefUnwindSafe for LevelRestart
impl Send for LevelRestart
impl Sync for LevelRestart
impl Unpin for LevelRestart
impl UnwindSafe for LevelRestart
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