[][src]Struct git_rs::stores::StorageSet

pub struct StorageSet<Q: Queryable> { /* fields omitted */ }

Methods

impl<Q: Queryable> StorageSet<Q>[src]

pub fn new(backend: Q) -> StorageSet<Q>[src]

pub fn get<W: Write>(&self, id: &Id, output: &mut W) -> Result<Option<Type>>[src]

Important traits for CommitIterator<'a, S>
pub fn commits(&self, id: &Id, seen: Option<HashSet<Id>>) -> CommitIterator<Q>[src]

Important traits for TreeIterator<'a, S>
pub fn tree(&self, id: &Id) -> TreeIterator<Q>[src]

pub fn get_and_load(&self, id: &Id) -> Result<Option<Object>>[src]

Auto Trait Implementations

impl<Q> Send for StorageSet<Q> where
    Q: Send

impl<Q> Sync for StorageSet<Q> where
    Q: Sync

Blanket Implementations

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<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> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]