pub struct ActiveLevel {
pub map: String,
pub dirty: bool,
}Fields§
§map: String§dirty: boolImplementations§
Trait Implementations§
Source§impl Clone for ActiveLevel
impl Clone for ActiveLevel
Source§fn clone(&self) -> ActiveLevel
fn clone(&self) -> ActiveLevel
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 ActiveLevel
impl Debug for ActiveLevel
Source§impl Default for ActiveLevel
impl Default for ActiveLevel
Source§fn default() -> ActiveLevel
fn default() -> ActiveLevel
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ActiveLevel
impl RefUnwindSafe for ActiveLevel
impl Send for ActiveLevel
impl Sync for ActiveLevel
impl Unpin for ActiveLevel
impl UnwindSafe for ActiveLevel
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