pub struct KeyspaceOpts {
pub replication: Replication,
pub durable_writes: Option<bool>,
}
Fields§
§replication: Replication
§durable_writes: Option<bool>
Trait Implementations§
Source§impl Clone for KeyspaceOpts
impl Clone for KeyspaceOpts
Source§fn clone(&self) -> KeyspaceOpts
fn clone(&self) -> KeyspaceOpts
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl<'a> CustomToTokens<'a> for KeyspaceOpts
impl<'a> CustomToTokens<'a> for KeyspaceOpts
Source§impl Debug for KeyspaceOpts
impl Debug for KeyspaceOpts
Source§impl Default for KeyspaceOpts
impl Default for KeyspaceOpts
Source§fn default() -> KeyspaceOpts
fn default() -> KeyspaceOpts
Returns the “default value” for a type. Read more
Source§impl Display for KeyspaceOpts
impl Display for KeyspaceOpts
Source§impl FromStr for KeyspaceOpts
impl FromStr for KeyspaceOpts
Source§impl Parse for KeyspaceOpts
impl Parse for KeyspaceOpts
type Output = KeyspaceOpts
fn parse(s: &mut StatementStream<'_>) -> Result<Self::Output>
Source§impl PartialEq for KeyspaceOpts
impl PartialEq for KeyspaceOpts
Source§impl ToTokens for KeyspaceOpts
impl ToTokens for KeyspaceOpts
Source§fn to_token_stream(&self) -> TokenStream
fn to_token_stream(&self) -> TokenStream
Source§fn into_token_stream(self) -> TokenStreamwhere
Self: Sized,
fn into_token_stream(self) -> TokenStreamwhere
Self: Sized,
Source§impl TryFrom<TaggedKeyspaceOpts> for KeyspaceOpts
impl TryFrom<TaggedKeyspaceOpts> for KeyspaceOpts
impl Eq for KeyspaceOpts
impl StructuralPartialEq for KeyspaceOpts
Auto Trait Implementations§
impl Freeze for KeyspaceOpts
impl RefUnwindSafe for KeyspaceOpts
impl Send for KeyspaceOpts
impl Sync for KeyspaceOpts
impl Unpin for KeyspaceOpts
impl UnwindSafe for KeyspaceOpts
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