pub struct TexToken {
pub token_type: TexTokenType,
pub value: String,
}
Fields§
§token_type: TexTokenType
§value: String
Implementations§
Trait Implementations§
impl StructuralPartialEq for TexToken
Auto Trait Implementations§
impl Freeze for TexToken
impl RefUnwindSafe for TexToken
impl Send for TexToken
impl Sync for TexToken
impl Unpin for TexToken
impl UnwindSafe for TexToken
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