pub enum Determiner {
A,
An,
The,
Blank,
Auto,
}Expand description
The determiner of the object being tagged.
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Determiner
impl RefUnwindSafe for Determiner
impl Send for Determiner
impl Sync for Determiner
impl Unpin for Determiner
impl UnwindSafe for Determiner
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