Struct ezomyte::Stashes [] [src]

pub struct Stashes<C> where
    C: Clone + Connect
{ /* fields omitted */ }

Interface for accessing the public stashes.

Methods

impl<C: Clone + Connect> Stashes<C>
[src]

[src]

Returns a stream of all Stash objects from the beginning of time.

[src]

Returns a stream of Stash objects beginning at given change_id.

Trait Implementations

impl<C: Clone> Clone for Stashes<C> where
    C: Clone + Connect
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl<C: Debug> Debug for Stashes<C> where
    C: Clone + Connect
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl<C> !Send for Stashes<C>

impl<C> !Sync for Stashes<C>