pub enum DataName {
Present(UnquotedName),
Missing(Span),
}Variants§
Present(UnquotedName)
Missing(Span)
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl !Send for DataName
impl !Sync for DataName
impl Freeze for DataName
impl RefUnwindSafe for DataName
impl Unpin for DataName
impl UnsafeUnpin for DataName
impl UnwindSafe for DataName
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