Struct rdf_store_rs::graph::GraphDisplayIRI
source · pub struct GraphDisplayIRI<'a> {
graph: &'a Graph,
}
Fields§
§graph: &'a Graph
Trait Implementations§
Auto Trait Implementations§
impl<'a> RefUnwindSafe for GraphDisplayIRI<'a>
impl<'a> Send for GraphDisplayIRI<'a>
impl<'a> Sync for GraphDisplayIRI<'a>
impl<'a> Unpin for GraphDisplayIRI<'a>
impl<'a> UnwindSafe for GraphDisplayIRI<'a>
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
§impl<T> Instrument for T
impl<T> Instrument for T
§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
§impl<T> Pointable for T
impl<T> Pointable for T
§impl<T> ToStringFallible for Twhere
T: Display,
impl<T> ToStringFallible for Twhere
T: Display,
§fn try_to_string(&self) -> Result<String, TryReserveError>
fn try_to_string(&self) -> Result<String, TryReserveError>
ToString::to_string
, but without panic on OOM.