pub struct RepoBuilder<S: AsyncBlockStoreRead + AsyncBlockStoreWrite> { /* private fields */ }Expand description
A Repository builder.
Implementations§
Source§impl<S: AsyncBlockStoreRead + AsyncBlockStoreWrite> RepoBuilder<S>
impl<S: AsyncBlockStoreRead + AsyncBlockStoreWrite> RepoBuilder<S>
Trait Implementations§
Source§impl<S: Clone + AsyncBlockStoreRead + AsyncBlockStoreWrite> Clone for RepoBuilder<S>
impl<S: Clone + AsyncBlockStoreRead + AsyncBlockStoreWrite> Clone for RepoBuilder<S>
Source§fn clone(&self) -> RepoBuilder<S>
fn clone(&self) -> RepoBuilder<S>
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl<S: Debug + AsyncBlockStoreRead + AsyncBlockStoreWrite> Debug for RepoBuilder<S>
impl<S: Debug + AsyncBlockStoreRead + AsyncBlockStoreWrite> Debug for RepoBuilder<S>
Source§impl<S: PartialEq + AsyncBlockStoreRead + AsyncBlockStoreWrite> PartialEq for RepoBuilder<S>
impl<S: PartialEq + AsyncBlockStoreRead + AsyncBlockStoreWrite> PartialEq for RepoBuilder<S>
impl<S: Eq + AsyncBlockStoreRead + AsyncBlockStoreWrite> Eq for RepoBuilder<S>
impl<S: AsyncBlockStoreRead + AsyncBlockStoreWrite> StructuralPartialEq for RepoBuilder<S>
Auto Trait Implementations§
impl<S> Freeze for RepoBuilder<S>where
S: Freeze,
impl<S> RefUnwindSafe for RepoBuilder<S>where
S: RefUnwindSafe,
impl<S> Send for RepoBuilder<S>
impl<S> Sync for RepoBuilder<S>where
S: Sync,
impl<S> Unpin for RepoBuilder<S>where
S: Unpin,
impl<S> UnwindSafe for RepoBuilder<S>where
S: UnwindSafe,
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.