pub struct NewAnnotatedComment {
pub comment: NewComment,
pub labelling: Option<EitherLabelling>,
pub entities: Option<NewEntities>,
pub audio_path: Option<PathBuf>,
pub moon_forms: Option<Vec<NewMoonForm>>,
}
Fields§
§comment: NewComment
§labelling: Option<EitherLabelling>
§entities: Option<NewEntities>
§audio_path: Option<PathBuf>
§moon_forms: Option<Vec<NewMoonForm>>
Implementations§
Source§impl NewAnnotatedComment
impl NewAnnotatedComment
pub fn has_annotations(&self) -> bool
Trait Implementations§
Source§impl Clone for NewAnnotatedComment
impl Clone for NewAnnotatedComment
Source§fn clone(&self) -> NewAnnotatedComment
fn clone(&self) -> NewAnnotatedComment
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 NewAnnotatedComment
impl Debug for NewAnnotatedComment
Source§impl<'de> Deserialize<'de> for NewAnnotatedComment
impl<'de> Deserialize<'de> for NewAnnotatedComment
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 NewAnnotatedComment
impl PartialEq for NewAnnotatedComment
Source§impl Serialize for NewAnnotatedComment
impl Serialize for NewAnnotatedComment
impl StructuralPartialEq for NewAnnotatedComment
Auto Trait Implementations§
impl Freeze for NewAnnotatedComment
impl RefUnwindSafe for NewAnnotatedComment
impl Send for NewAnnotatedComment
impl Sync for NewAnnotatedComment
impl Unpin for NewAnnotatedComment
impl UnwindSafe for NewAnnotatedComment
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