pub struct SyntaxArtifacts {
pub motifs: Vec<Motif>,
pub timeline: Vec<MotifTimelinePoint>,
}Fields§
§motifs: Vec<Motif>§timeline: Vec<MotifTimelinePoint>Trait Implementations§
Source§impl Clone for SyntaxArtifacts
impl Clone for SyntaxArtifacts
Source§fn clone(&self) -> SyntaxArtifacts
fn clone(&self) -> SyntaxArtifacts
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 SyntaxArtifacts
impl Debug for SyntaxArtifacts
Source§impl<'de> Deserialize<'de> for SyntaxArtifacts
impl<'de> Deserialize<'de> for SyntaxArtifacts
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 SyntaxArtifacts
impl PartialEq for SyntaxArtifacts
Source§impl Serialize for SyntaxArtifacts
impl Serialize for SyntaxArtifacts
impl StructuralPartialEq for SyntaxArtifacts
Auto Trait Implementations§
impl Freeze for SyntaxArtifacts
impl RefUnwindSafe for SyntaxArtifacts
impl Send for SyntaxArtifacts
impl Sync for SyntaxArtifacts
impl Unpin for SyntaxArtifacts
impl UnsafeUnpin for SyntaxArtifacts
impl UnwindSafe for SyntaxArtifacts
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