pub struct BareRepository(/* private fields */);
Expand description
Represents a bare repository
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for BareRepository
impl RefUnwindSafe for BareRepository
impl Send for BareRepository
impl Sync for BareRepository
impl Unpin for BareRepository
impl UnwindSafe for BareRepository
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