Enum rdf_types::QuadExportFailed
source · pub enum QuadExportFailed<S, P, O, G> {
Subject(S),
Predicate(P),
Object(O),
Graph(G),
}Variants§
Trait Implementations§
source§impl<S, P, O, G> Display for QuadExportFailed<S, P, O, G>where
S: Display,
P: Display,
O: Display,
G: Display,
impl<S, P, O, G> Display for QuadExportFailed<S, P, O, G>where S: Display, P: Display, O: Display, G: Display,
source§impl<S, P, O, G> Error for QuadExportFailed<S, P, O, G>where
Self: Debug + Display,
impl<S, P, O, G> Error for QuadExportFailed<S, P, O, G>where Self: Debug + Display,
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more
1.0.0 · source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()