[][src]Struct varlociraptor::grammar::Scenario

pub struct Scenario { /* fields omitted */ }

Methods

impl Scenario[src]

impl Scenario[src]

pub fn sample_info<T>(&self) -> SampleInfoBuilder<T>[src]

pub fn idx(&self, sample: &str) -> Option<usize>[src]

pub fn vaftrees(&self, contig: &str) -> Result<HashMap<String, VAFTree>>[src]

Trait Implementations

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

impl<'a> TryFrom<&'a str> for Scenario[src]

type Error = Error

The type returned in the event of a conversion error.

Auto Trait Implementations

impl !RefUnwindSafe for Scenario

impl Send for Scenario

impl !Sync for Scenario

impl Unpin for Scenario

impl UnwindSafe for Scenario

Blanket Implementations

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

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

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

impl<T> DeserializeOwned for T where
    T: Deserialize<'de>, 
[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<V, T> VZip<V> for T where
    V: MultiLane<T>,