[][src]Struct varlociraptor::grammar::vaftree::VAFTree

pub struct VAFTree { /* fields omitted */ }

Methods

impl VAFTree[src]

pub fn absent(n_samples: usize) -> Self[src]

impl VAFTree[src]

pub fn new(
    formula: &NormalizedFormula,
    scenario: &Scenario,
    contig: &str
) -> Result<Self>
[src]

pub fn iter<'a>(&'a self) -> impl Iterator<Item = &'a Node>[src]

Trait Implementations

impl Clone for VAFTree[src]

impl Eq for VAFTree[src]

impl Ord for VAFTree[src]

impl PartialEq<VAFTree> for VAFTree[src]

impl PartialOrd<VAFTree> for VAFTree[src]

impl Debug for VAFTree[src]

impl StructuralPartialEq for VAFTree[src]

impl StructuralEq for VAFTree[src]

Auto Trait Implementations

impl Send for VAFTree

impl Sync for VAFTree

impl Unpin for VAFTree

impl UnwindSafe for VAFTree

impl RefUnwindSafe for VAFTree

Blanket Implementations

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

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

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

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

type Error = !

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> Borrow<T> for T where
    T: ?Sized
[src]

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

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

impl<Q, K> Equivalent<K> for Q where
    K: Borrow<Q> + ?Sized,
    Q: Eq + ?Sized
[src]

impl<V, T> VZip<V> for T where
    V: MultiLane<T>,