[][src]Struct sophia::graph::Remover

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

Methods

impl<'a, G: MutableGraph + ?Sized + 'a> Remover<'a, G>[src]

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

Trait Implementations

impl<'a, G: MutableGraph + ?Sized + 'a> TripleSink for Remover<'a, G>[src]

type Outcome = usize

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

type Error = <G as MutableGraph>::MutationError

The type of error raised by this triple sink.

Auto Trait Implementations

impl<'a, G: ?Sized> Sync for Remover<'a, G> where
    G: Sync

impl<'a, G: ?Sized> Send for Remover<'a, G> where
    G: Send

impl<'a, G: ?Sized> Unpin for Remover<'a, G>

impl<'a, G: ?Sized> RefUnwindSafe for Remover<'a, G> where
    G: RefUnwindSafe

impl<'a, G> !UnwindSafe for Remover<'a, G>

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]