pub struct LevelDataUpdated(pub String);Tuple Fields§
§0: StringTrait Implementations§
Source§impl Clone for LevelDataUpdated
impl Clone for LevelDataUpdated
Source§fn clone(&self) -> LevelDataUpdated
fn clone(&self) -> LevelDataUpdated
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 LevelDataUpdated
impl Debug for LevelDataUpdated
Source§impl Default for LevelDataUpdated
impl Default for LevelDataUpdated
Source§fn default() -> LevelDataUpdated
fn default() -> LevelDataUpdated
Returns the “default value” for a type. Read more
Source§impl Ord for LevelDataUpdated
impl Ord for LevelDataUpdated
Source§fn cmp(&self, other: &LevelDataUpdated) -> Ordering
fn cmp(&self, other: &LevelDataUpdated) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for LevelDataUpdated
impl PartialEq for LevelDataUpdated
Source§impl PartialOrd for LevelDataUpdated
impl PartialOrd for LevelDataUpdated
impl Eq for LevelDataUpdated
impl StructuralPartialEq for LevelDataUpdated
Auto Trait Implementations§
impl Freeze for LevelDataUpdated
impl RefUnwindSafe for LevelDataUpdated
impl Send for LevelDataUpdated
impl Sync for LevelDataUpdated
impl Unpin for LevelDataUpdated
impl UnwindSafe for LevelDataUpdated
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