Enum turtle_syntax::lexing::Punct
source · pub enum Punct {
Period,
Semicolon,
Comma,
Carets,
}
Variants§
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Punct
impl Send for Punct
impl Sync for Punct
impl Unpin for Punct
impl UnwindSafe for Punct
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