pub struct LevelText { /* private fields */ }
Implementations
Trait Implementations
sourceimpl PartialEq<LevelText> for LevelText
impl PartialEq<LevelText> for LevelText
impl StructuralPartialEq for LevelText
Auto Trait Implementations
impl RefUnwindSafe for LevelText
impl Send for LevelText
impl Sync for LevelText
impl Unpin for LevelText
impl UnwindSafe for LevelText
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more