pub struct MoonFormFieldAnnotation {
pub name: String,
pub spans: Vec<EntitySpan>,
pub kind: Name,
pub formatted_value: String,
pub field_id: Option<FieldId>,
pub document_spans: Vec<DocumentSpan>,
}
Fields§
§name: String
§spans: Vec<EntitySpan>
§kind: Name
§formatted_value: String
§field_id: Option<FieldId>
§document_spans: Vec<DocumentSpan>
Trait Implementations§
Source§impl Clone for MoonFormFieldAnnotation
impl Clone for MoonFormFieldAnnotation
Source§fn clone(&self) -> MoonFormFieldAnnotation
fn clone(&self) -> MoonFormFieldAnnotation
Returns a duplicate 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 MoonFormFieldAnnotation
impl Debug for MoonFormFieldAnnotation
Source§impl<'de> Deserialize<'de> for MoonFormFieldAnnotation
impl<'de> Deserialize<'de> for MoonFormFieldAnnotation
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 PartialEq for MoonFormFieldAnnotation
impl PartialEq for MoonFormFieldAnnotation
Source§impl Serialize for MoonFormFieldAnnotation
impl Serialize for MoonFormFieldAnnotation
impl StructuralPartialEq for MoonFormFieldAnnotation
Auto Trait Implementations§
impl Freeze for MoonFormFieldAnnotation
impl RefUnwindSafe for MoonFormFieldAnnotation
impl Send for MoonFormFieldAnnotation
impl Sync for MoonFormFieldAnnotation
impl Unpin for MoonFormFieldAnnotation
impl UnwindSafe for MoonFormFieldAnnotation
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