Enum query_structure::ast::FieldType
source · pub enum FieldType {
Supported(Identifier),
Unsupported(String, Span),
}
Variants§
Implementations§
Trait Implementations§
source§impl PartialEq for FieldType
impl PartialEq for FieldType
impl StructuralPartialEq for FieldType
Auto Trait Implementations§
impl RefUnwindSafe for FieldType
impl Send for FieldType
impl Sync for FieldType
impl Unpin for FieldType
impl UnwindSafe for FieldType
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