Struct static_graph::parser::annotations::Annotation
source · pub struct Annotation {
pub key: String,
pub value: Literal,
}Fields§
§key: String§value: LiteralTrait Implementations§
source§impl Clone for Annotation
impl Clone for Annotation
source§fn clone(&self) -> Annotation
fn clone(&self) -> Annotation
Returns a copy 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 more