pub struct InternalQuad<T> {
pub subject: T,
pub predicate: T,
pub object: T,
pub graph_name: Option<T>,
}Fields§
§subject: T§predicate: T§object: T§graph_name: Option<T>None if the quad is in the default graph
Auto Trait Implementations§
impl<T> Freeze for InternalQuad<T>where
T: Freeze,
impl<T> RefUnwindSafe for InternalQuad<T>where
T: RefUnwindSafe,
impl<T> Send for InternalQuad<T>where
T: Send,
impl<T> Sync for InternalQuad<T>where
T: Sync,
impl<T> Unpin for InternalQuad<T>where
T: Unpin,
impl<T> UnwindSafe for InternalQuad<T>where
T: UnwindSafe,
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