pub struct FsRepoView { /* private fields */ }Expand description
File-system backed RepoView.
Implementations§
Source§impl FsRepoView
impl FsRepoView
pub fn new(root: Utf8PathBuf) -> Self
Trait Implementations§
Source§impl Clone for FsRepoView
impl Clone for FsRepoView
Source§fn clone(&self) -> FsRepoView
fn clone(&self) -> FsRepoView
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 Debug for FsRepoView
impl Debug for FsRepoView
Auto Trait Implementations§
impl Freeze for FsRepoView
impl RefUnwindSafe for FsRepoView
impl Send for FsRepoView
impl Sync for FsRepoView
impl Unpin for FsRepoView
impl UnsafeUnpin for FsRepoView
impl UnwindSafe for FsRepoView
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