[][src]Struct vojaq_parser::VojaqSet

pub struct VojaqSet { /* fields omitted */ }

A Vojaq set is an "array" of Vojaq lines.

The text representation of a Vojaq set is a series of lines seperated by a linefeed character.

The {first} line
The {second} line

Methods

impl VojaqSet[src]

pub fn new() -> VojaqSet[src]

pub fn with_lines(lines: Vec<VojaqLine>) -> VojaqSet[src]

pub fn lines(&self) -> &[VojaqLine][src]

pub fn push(&mut self, line: VojaqLine)[src]

pub fn get(&self, line_index: usize) -> Option<&VojaqLine>[src]

Trait Implementations

impl Eq for VojaqSet[src]

impl PartialEq<VojaqSet> for VojaqSet[src]

impl Debug for VojaqSet[src]

Auto Trait Implementations

impl Send for VojaqSet

impl Sync for VojaqSet

Blanket Implementations

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

impl<T> From<T> for 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]