pub struct LevelName<'src> {
pub group: Group<'src>,
pub content: StringContent<'src>,
}Fields§
§group: Group<'src>§content: StringContent<'src>Trait Implementations§
impl<'src> StructuralPartialEq for LevelName<'src>
Auto Trait Implementations§
impl<'src> Freeze for LevelName<'src>
impl<'src> RefUnwindSafe for LevelName<'src>
impl<'src> Send for LevelName<'src>
impl<'src> Sync for LevelName<'src>
impl<'src> Unpin for LevelName<'src>
impl<'src> UnwindSafe for LevelName<'src>
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