[][src]Struct yamlette::book::Book

pub struct Book {
    pub volumes: Vec<Volume>,
}

Fields

volumes: Vec<Volume>

Methods

impl Book[src]

pub fn new() -> Book[src]

pub fn get_written<S, D>(&mut self, author: &Sage<S, D>) where
    S: Schema + 'static,
    D: Datum + Sync + Send + 'static, 
[src]

pub fn with_capacity(size: usize) -> Book[src]

pub fn stamp(&mut self, idea: Idea) -> bool[src]

Auto Trait Implementations

impl Send for Book

impl !Sync for Book

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]