pub struct HideGrammaticalErrors {
pub val: Option<bool>,
}
Fields§
§val: Option<bool>
Trait Implementations§
Source§impl Clone for HideGrammaticalErrors
impl Clone for HideGrammaticalErrors
Source§fn clone(&self) -> HideGrammaticalErrors
fn clone(&self) -> HideGrammaticalErrors
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for HideGrammaticalErrors
impl Debug for HideGrammaticalErrors
Source§impl Default for HideGrammaticalErrors
impl Default for HideGrammaticalErrors
Source§fn default() -> HideGrammaticalErrors
fn default() -> HideGrammaticalErrors
Returns the “default value” for a type. Read more
Source§impl<'__input> XmlRead<'__input> for HideGrammaticalErrors
impl<'__input> XmlRead<'__input> for HideGrammaticalErrors
Auto Trait Implementations§
impl Freeze for HideGrammaticalErrors
impl RefUnwindSafe for HideGrammaticalErrors
impl Send for HideGrammaticalErrors
impl Sync for HideGrammaticalErrors
impl Unpin for HideGrammaticalErrors
impl UnwindSafe for HideGrammaticalErrors
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