pub struct MoonFormFieldAnnotationNew {
pub name: String,
pub spans: Vec<EntitySpanUtf16>,
pub formatted_value: String,
pub document_spans: Vec<DocumentSpan>,
}
Fields§
§name: String
§spans: Vec<EntitySpanUtf16>
§formatted_value: String
§document_spans: Vec<DocumentSpan>
Trait Implementations§
Source§impl Clone for MoonFormFieldAnnotationNew
impl Clone for MoonFormFieldAnnotationNew
Source§fn clone(&self) -> MoonFormFieldAnnotationNew
fn clone(&self) -> MoonFormFieldAnnotationNew
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 MoonFormFieldAnnotationNew
impl Debug for MoonFormFieldAnnotationNew
Source§impl<'de> Deserialize<'de> for MoonFormFieldAnnotationNew
impl<'de> Deserialize<'de> for MoonFormFieldAnnotationNew
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 MoonFormFieldAnnotationNew
Auto Trait Implementations§
impl Freeze for MoonFormFieldAnnotationNew
impl RefUnwindSafe for MoonFormFieldAnnotationNew
impl Send for MoonFormFieldAnnotationNew
impl Sync for MoonFormFieldAnnotationNew
impl Unpin for MoonFormFieldAnnotationNew
impl UnwindSafe for MoonFormFieldAnnotationNew
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