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§fn eq(&self, other: &CreateKeyspaceQuery) -> bool
fn eq(&self, other: &CreateKeyspaceQuery) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl<'a> TryFrom<&'a str> for CreateKeyspaceQuery
impl<'a> TryFrom<&'a str> for CreateKeyspaceQuery
impl StructuralPartialEq for CreateKeyspaceQuery
Auto Trait Implementations§
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