[][src]Enum arnalisa::bins::SinkOnlyDescription

pub enum SinkOnlyDescription {
    JsonLSink(Description),
    CborSink(Description),
    VerificationSink(Description),
}

Variants

JsonLSink(Description)CborSink(Description)VerificationSink(Description)

Trait Implementations

impl SinkOnlyBinDescription for SinkOnlyDescription[src]

impl SinkNames for SinkOnlyDescription[src]

fn check_sink_names(
    &self,
    scope: &Scope,
    sink_names: &IndexSet<String>
) -> Result<()>
[src]

Check that all incoming sinks will be fed by a source. The sink_names parameter mast match exactly the set of sinks which will be found in the bin. Read more

impl BinDescription for SinkOnlyDescription[src]

type Bin = Box<dyn SinkOnlyBin>

impl Debug for SinkOnlyDescription[src]

impl Serialize for SinkOnlyDescription[src]

impl<'de> Deserialize<'de> for SinkOnlyDescription[src]

Auto Trait Implementations

Blanket Implementations

impl<T> SinkBinDescription for T where
    T: SinkNames + BinDescription
[src]

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]

impl<T> DeserializeOwned for T where
    T: Deserialize<'de>, 
[src]