Struct hyper_scripter::util::holder::RepoHolder
source · [−]pub struct RepoHolder<'a> {
pub root_args: RootArgs,
pub need_journal: bool,
pub resource: &'a mut Resource,
}
Fields
root_args: RootArgs
need_journal: bool
resource: &'a mut Resource
Implementations
Auto Trait Implementations
impl<'a> !RefUnwindSafe for RepoHolder<'a>
impl<'a> Send for RepoHolder<'a>
impl<'a> Sync for RepoHolder<'a>
impl<'a> Unpin for RepoHolder<'a>
impl<'a> !UnwindSafe for RepoHolder<'a>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more