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