[][src]Struct sophia::dataset::Inserter

pub struct Inserter<'a, D: ?Sized + 'a> { /* fields omitted */ }

Methods

impl<'a, D: MutableDataset + ?Sized + 'a> Inserter<'a, D>[src]

pub fn new(dataset: &'a mut D) -> Self[src]

Trait Implementations

impl<'a, D: MutableDataset + ?Sized + 'a> QuadSink for Inserter<'a, D>[src]

type Outcome = usize

The type of the result produced by this quad sink. Read more

type Error = <D as MutableDataset>::MutationError

The type of error raised by this quad sink.

Auto Trait Implementations

impl<'a, D: ?Sized> Sync for Inserter<'a, D> where
    D: Sync

impl<'a, D: ?Sized> Send for Inserter<'a, D> where
    D: Send

impl<'a, D: ?Sized> Unpin for Inserter<'a, D>

impl<'a, D: ?Sized> RefUnwindSafe for Inserter<'a, D> where
    D: RefUnwindSafe

impl<'a, D> !UnwindSafe for Inserter<'a, D>

Blanket Implementations

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]