pub struct GraphDatasetConfig { /* private fields */ }Trait Implementations§
Source§impl Clone for GraphDatasetConfig
impl Clone for GraphDatasetConfig
Source§fn clone(&self) -> GraphDatasetConfig
fn clone(&self) -> GraphDatasetConfig
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 GraphDatasetConfig
impl Debug for GraphDatasetConfig
Source§impl GraphORM for GraphDatasetConfig
impl GraphORM for GraphDatasetConfig
Source§async fn serialize_schema(
__taganak_orm_reserved_graph: &mut impl Graph,
) -> Result<(), GraphORMError>
async fn serialize_schema( __taganak_orm_reserved_graph: &mut impl Graph, ) -> Result<(), GraphORMError>
Generate the schema for the target. Read more
Source§fn serialize_stream(
&self,
__taganak_orm_reserved_subject: Arc<Term>,
) -> Result<impl Stream<Item = Arc<Triple>> + Unpin + Send, GraphORMError>
fn serialize_stream( &self, __taganak_orm_reserved_subject: Arc<Term>, ) -> Result<impl Stream<Item = Arc<Triple>> + Unpin + Send, GraphORMError>
Serialise into a stream of triples.
Source§async fn deserialize(
__taganak_orm_reserved_graph: impl GraphView + Clone,
__taganak_orm_reserved_subject: &Term,
) -> Result<GraphORMMeta<Self>, GraphORMError>
async fn deserialize( __taganak_orm_reserved_graph: impl GraphView + Clone, __taganak_orm_reserved_subject: &Term, ) -> Result<GraphORMMeta<Self>, GraphORMError>
Deserialize from a Graph by providing a known subject.
Source§fn rdf_subject(&self) -> Result<Arc<Term>, GraphORMError>
fn rdf_subject(&self) -> Result<Arc<Term>, GraphORMError>
Generate a subject. Read more
Source§impl GraphORMField for GraphDatasetConfig
impl GraphORMField for GraphDatasetConfig
Source§impl PartialEq for GraphDatasetConfig
impl PartialEq for GraphDatasetConfig
impl StructuralPartialEq for GraphDatasetConfig
Auto Trait Implementations§
impl Freeze for GraphDatasetConfig
impl RefUnwindSafe for GraphDatasetConfig
impl Send for GraphDatasetConfig
impl Sync for GraphDatasetConfig
impl Unpin for GraphDatasetConfig
impl UnwindSafe for GraphDatasetConfig
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