[][src]Struct epkard::ParagraphsExample

pub struct ParagraphsExample { /* fields omitted */ }

An example struct generated by the paragraphs! macro.

All structs generated by paragraphs! will have the same functions.

Methods

impl ParagraphsExample[src]

pub fn new() -> Self[src]

Create a new paragraphs node

pub fn text(&self) -> String[src]

Get the text of the current paragraph

pub fn next(self) -> Control<Self>[src]

Get the next paragraphs node

Trait Implementations

impl Eq for ParagraphsExample[src]

impl Default for ParagraphsExample[src]

impl Clone for ParagraphsExample[src]

impl PartialOrd<ParagraphsExample> for ParagraphsExample[src]

impl Ord for ParagraphsExample[src]

impl PartialEq<ParagraphsExample> for ParagraphsExample[src]

impl Copy for ParagraphsExample[src]

impl Hash for ParagraphsExample[src]

impl Debug for ParagraphsExample[src]

Auto Trait Implementations

Blanket Implementations

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> 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]