pub struct MouthOptions {
pub fordefinitions: bool,
pub at_letter: bool,
pub notes: bool,
pub content: Option<String>,
pub foodtype: Option<FoodType>,
pub source: Option<String>,
pub shortsource: Option<String>,
}Fields§
§fordefinitions: bool§at_letter: bool§notes: bool§content: Option<String>§foodtype: Option<FoodType>§source: Option<String>§shortsource: Option<String>Trait Implementations§
Source§impl Debug for MouthOptions
impl Debug for MouthOptions
Source§impl Default for MouthOptions
impl Default for MouthOptions
Source§fn default() -> MouthOptions
fn default() -> MouthOptions
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for MouthOptions
impl RefUnwindSafe for MouthOptions
impl Send for MouthOptions
impl Sync for MouthOptions
impl Unpin for MouthOptions
impl UnsafeUnpin for MouthOptions
impl UnwindSafe for MouthOptions
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