pub enum NormalizedStringDatatype {
Token(Option<TokenDatatype>),
}Variants§
Token(Option<TokenDatatype>)
Auto Trait Implementations§
impl RefUnwindSafe for NormalizedStringDatatype
impl Send for NormalizedStringDatatype
impl Sync for NormalizedStringDatatype
impl Unpin for NormalizedStringDatatype
impl UnwindSafe for NormalizedStringDatatype
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