pub struct MoonForm {
pub group: Name,
pub assigned: Vec<MoonFormLabelCaptures>,
pub predicted: Option<Vec<MoonFormLabelCaptures>>,
pub dismissed: Vec<MoonFormLabelCaptures>,
}
Fields§
§group: Name
§assigned: Vec<MoonFormLabelCaptures>
§predicted: Option<Vec<MoonFormLabelCaptures>>
§dismissed: Vec<MoonFormLabelCaptures>
Trait Implementations§
Source§impl<'de> Deserialize<'de> for MoonForm
impl<'de> Deserialize<'de> for MoonForm
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 StructuralPartialEq for MoonForm
Auto Trait Implementations§
impl Freeze for MoonForm
impl RefUnwindSafe for MoonForm
impl Send for MoonForm
impl Sync for MoonForm
impl Unpin for MoonForm
impl UnwindSafe for MoonForm
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