pub struct UiToken {
pub start: usize,
pub end: usize,
pub ui_type: UiTokenType,
}
Fields§
§start: usize
§end: usize
§ui_type: UiTokenType
Trait Implementations§
impl StructuralPartialEq for UiToken
Auto Trait Implementations§
impl Freeze for UiToken
impl RefUnwindSafe for UiToken
impl Send for UiToken
impl Sync for UiToken
impl Unpin for UiToken
impl UnwindSafe for UiToken
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