pub enum ProducerField {
Id,
Name,
Original,
Aliases,
Lang,
Type,
Description,
}Variants§
Trait Implementations§
Source§impl Debug for ProducerField
impl Debug for ProducerField
Source§impl IntoEnumIterator for ProducerField
impl IntoEnumIterator for ProducerField
type Iterator = ProducerFieldIter
fn iter() -> ProducerFieldIter ⓘ
Auto Trait Implementations§
impl Freeze for ProducerField
impl RefUnwindSafe for ProducerField
impl Send for ProducerField
impl Sync for ProducerField
impl Unpin for ProducerField
impl UnsafeUnpin for ProducerField
impl UnwindSafe for ProducerField
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