Enum makepad_live_tokenizer::full_token::Delim
source · pub enum Delim {
Paren,
Bracket,
Brace,
}
Variants§
Trait Implementations§
source§impl PartialEq<Delim> for Delim
impl PartialEq<Delim> for Delim
impl Copy for Delim
impl Eq for Delim
impl StructuralEq for Delim
impl StructuralPartialEq for Delim
Auto Trait Implementations§
impl RefUnwindSafe for Delim
impl Send for Delim
impl Sync for Delim
impl Unpin for Delim
impl UnwindSafe for Delim
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