pub struct KeyspaceInfo {
pub name: String,
pub tables: Vec<TableInfo>,
}Expand description
Keyspace information
Fields§
§name: StringKeyspace name
tables: Vec<TableInfo>Tables in this keyspace
Trait Implementations§
Source§impl Clone for KeyspaceInfo
impl Clone for KeyspaceInfo
Source§fn clone(&self) -> KeyspaceInfo
fn clone(&self) -> KeyspaceInfo
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 KeyspaceInfo
impl RefUnwindSafe for KeyspaceInfo
impl Send for KeyspaceInfo
impl Sync for KeyspaceInfo
impl Unpin for KeyspaceInfo
impl UnsafeUnpin for KeyspaceInfo
impl UnwindSafe for KeyspaceInfo
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