pub enum TextField {
Any,
Title,
Abstract,
Author,
Topic,
Journal,
}Expand description
Text field addressed by a clause.
Variants§
Any
All searchable text.
Title
Paper title.
Abstract
Abstract text.
Author
Author names.
Topic
Provider category or topic.
Journal
Journal or venue.
Trait Implementations§
impl Copy for TextField
Source§impl<'de> Deserialize<'de> for TextField
impl<'de> Deserialize<'de> for TextField
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for TextField
impl StructuralPartialEq for TextField
Auto Trait Implementations§
impl Freeze for TextField
impl RefUnwindSafe for TextField
impl Send for TextField
impl Sync for TextField
impl Unpin for TextField
impl UnsafeUnpin for TextField
impl UnwindSafe for TextField
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