pub struct ShowData {
pub lemma_type: LemmaType,
pub fill: Option<RuleResultValue>,
pub suggestion: Option<RuleResultValue>,
pub needed_by_rules: Vec<String>,
}Fields§
§lemma_type: LemmaType§fill: Option<RuleResultValue>§suggestion: Option<RuleResultValue>§needed_by_rules: Vec<String>Trait Implementations§
Source§impl<'de> Deserialize<'de> for ShowData
impl<'de> Deserialize<'de> for ShowData
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
Source§impl From<&ShowData> for ShowData
impl From<&ShowData> for ShowData
Source§fn from(data: &DomainShowData) -> Self
fn from(data: &DomainShowData) -> Self
Converts to this type from the input type.
impl StructuralPartialEq for ShowData
Auto Trait Implementations§
impl Freeze for ShowData
impl RefUnwindSafe for ShowData
impl Send for ShowData
impl Sync for ShowData
impl Unpin for ShowData
impl UnsafeUnpin for ShowData
impl UnwindSafe for ShowData
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