pub struct TableDiscovery {
pub keyspaces: Vec<KeyspaceInfo>,
pub total_sstables: usize,
pub discovery_time: Duration,
}Expand description
Table discovery results
Fields§
§keyspaces: Vec<KeyspaceInfo>Discovered keyspaces
total_sstables: usizeTotal SSTables found
discovery_time: DurationDiscovery completion time
Trait Implementations§
Source§impl Clone for TableDiscovery
impl Clone for TableDiscovery
Source§fn clone(&self) -> TableDiscovery
fn clone(&self) -> TableDiscovery
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for TableDiscovery
impl RefUnwindSafe for TableDiscovery
impl Send for TableDiscovery
impl Sync for TableDiscovery
impl Unpin for TableDiscovery
impl UnsafeUnpin for TableDiscovery
impl UnwindSafe for TableDiscovery
Blanket Implementations§
impl<T> Allocation for T
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