pub struct CreateKeyspaceQuery {
pub name: String,
pub if_not_exists: bool,
pub replication: ReplicationOption,
pub durable_writes: Option<bool>,
}
Fields§
§name: String
§if_not_exists: bool
§replication: ReplicationOption
§durable_writes: Option<bool>
Trait Implementations§
Source§impl Debug for CreateKeyspaceQuery
impl Debug for CreateKeyspaceQuery
Source§impl PartialEq for CreateKeyspaceQuery
impl PartialEq for CreateKeyspaceQuery
Source§impl<'a> TryFrom<&'a str> for CreateKeyspaceQuery
impl<'a> TryFrom<&'a str> for CreateKeyspaceQuery
impl StructuralPartialEq for CreateKeyspaceQuery
Auto Trait Implementations§
impl Freeze for CreateKeyspaceQuery
impl RefUnwindSafe for CreateKeyspaceQuery
impl Send for CreateKeyspaceQuery
impl Sync for CreateKeyspaceQuery
impl Unpin for CreateKeyspaceQuery
impl UnwindSafe for CreateKeyspaceQuery
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