Enum query_structure::ast::PropertyPosition
source · pub enum PropertyPosition<'ast> {
Property,
Value(&'ast str),
FunctionValue(&'ast str),
}
Variants§
Trait Implementations§
Auto Trait Implementations§
impl<'ast> RefUnwindSafe for PropertyPosition<'ast>
impl<'ast> Send for PropertyPosition<'ast>
impl<'ast> Sync for PropertyPosition<'ast>
impl<'ast> Unpin for PropertyPosition<'ast>
impl<'ast> UnwindSafe for PropertyPosition<'ast>
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