pub struct AdapterScope<'a> {
pub scope: Scope,
pub repo_root: &'a Path,
}Fields§
§scope: Scope§repo_root: &'a PathAuto Trait Implementations§
impl<'a> Freeze for AdapterScope<'a>
impl<'a> RefUnwindSafe for AdapterScope<'a>
impl<'a> Send for AdapterScope<'a>
impl<'a> Sync for AdapterScope<'a>
impl<'a> Unpin for AdapterScope<'a>
impl<'a> UnsafeUnpin for AdapterScope<'a>
impl<'a> UnwindSafe for AdapterScope<'a>
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