pub struct FileQuery<'a> { /* private fields */ }
Expand description
Information avaialble for a query to the database.
Implementations§
Auto Trait Implementations§
impl<'a> Freeze for FileQuery<'a>
impl<'a> RefUnwindSafe for FileQuery<'a>
impl<'a> Send for FileQuery<'a>
impl<'a> Sync for FileQuery<'a>
impl<'a> Unpin for FileQuery<'a>
impl<'a> UnwindSafe 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