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]
pub fn all(&self) -> Stream<Batched<Stash>>[src]
Returns a stream of all Stash objects from the beginning of time.
pub fn since<Cid>(&self, change_id: Cid) -> Stream<Batched<Stash>> where
Cid: Into<String>, [src]
Cid: Into<String>,
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]
C: Clone + Connect,
fn clone(&self) -> Stashes<C>[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more
impl<C: Debug> Debug for Stashes<C> where
C: Clone + Connect, [src]
C: Clone + Connect,