pub struct OptionMatch {
pub spelling: String,
pub description: String,
}Fields§
§spelling: String§description: StringTrait Implementations§
Source§impl Clone for OptionMatch
impl Clone for OptionMatch
Source§fn clone(&self) -> OptionMatch
fn clone(&self) -> OptionMatch
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 OptionMatch
impl Debug for OptionMatch
Source§impl<'de> Deserialize<'de> for OptionMatch
impl<'de> Deserialize<'de> for OptionMatch
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 OptionMatch
Source§impl PartialEq for OptionMatch
impl PartialEq for OptionMatch
Source§impl Serialize for OptionMatch
impl Serialize for OptionMatch
impl StructuralPartialEq for OptionMatch
Auto Trait Implementations§
impl Freeze for OptionMatch
impl RefUnwindSafe for OptionMatch
impl Send for OptionMatch
impl Sync for OptionMatch
impl Unpin for OptionMatch
impl UnsafeUnpin for OptionMatch
impl UnwindSafe for OptionMatch
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