pub struct TypstToken {
pub token_type: TypstTokenType,
pub value: String,
}
Fields§
§token_type: TypstTokenType
§value: String
Implementations§
Source§impl TypstToken
impl TypstToken
Trait Implementations§
Source§impl Clone for TypstToken
impl Clone for TypstToken
Source§fn clone(&self) -> TypstToken
fn clone(&self) -> TypstToken
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for TypstToken
impl Debug for TypstToken
Source§impl PartialEq for TypstToken
impl PartialEq for TypstToken
impl StructuralPartialEq for TypstToken
Auto Trait Implementations§
impl Freeze for TypstToken
impl RefUnwindSafe for TypstToken
impl Send for TypstToken
impl Sync for TypstToken
impl Unpin for TypstToken
impl UnwindSafe for TypstToken
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