pub struct IndexWorkspaceResult {
pub stats: CatalogStats,
pub indexed_at: u64,
}Fields§
§stats: CatalogStats§indexed_at: u64Trait Implementations§
Source§impl Debug for IndexWorkspaceResult
impl Debug for IndexWorkspaceResult
Auto Trait Implementations§
impl Freeze for IndexWorkspaceResult
impl RefUnwindSafe for IndexWorkspaceResult
impl Send for IndexWorkspaceResult
impl Sync for IndexWorkspaceResult
impl Unpin for IndexWorkspaceResult
impl UnsafeUnpin for IndexWorkspaceResult
impl UnwindSafe for IndexWorkspaceResult
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