Struct json_ld_core::rdf::InvalidRdfDirection
source · pub struct InvalidRdfDirection(pub String);
Tuple Fields§
§0: String
Trait Implementations§
source§impl Clone for InvalidRdfDirection
impl Clone for InvalidRdfDirection
source§fn clone(&self) -> InvalidRdfDirection
fn clone(&self) -> InvalidRdfDirection
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