pub struct FileQuery<'a> { /* private fields */ }Expand description
Query for files at a specific point in the repository.
Implementations§
Auto Trait Implementations§
impl<'a> !RefUnwindSafe for FileQuery<'a>
impl<'a> !Send for FileQuery<'a>
impl<'a> !Sync for FileQuery<'a>
impl<'a> !UnwindSafe for FileQuery<'a>
impl<'a> Freeze for FileQuery<'a>
impl<'a> Unpin for FileQuery<'a>
impl<'a> UnsafeUnpin for FileQuery<'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