Struct scylladb_parse::PartitionKey
source · [−]Fields
columns: Vec<Name>Trait Implementations
sourceimpl Clone for PartitionKey
impl Clone for PartitionKey
sourcefn clone(&self) -> PartitionKey
fn clone(&self) -> PartitionKey
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl<'a> CustomToTokens<'a> for PartitionKey
impl<'a> CustomToTokens<'a> for PartitionKey
fn to_tokens(&'a self, tokens: &mut TokenStream)
sourceimpl Debug for PartitionKey
impl Debug for PartitionKey
sourceimpl Display for PartitionKey
impl Display for PartitionKey
sourceimpl<N: Into<Name>> From<N> for PartitionKey
impl<N: Into<Name>> From<N> for PartitionKey
sourceimpl FromStr for PartitionKey
impl FromStr for PartitionKey
sourceimpl Parse for PartitionKey
impl Parse for PartitionKey
type Output = PartitionKey
fn parse(s: &mut StatementStream<'_>) -> Result<Self>
sourceimpl PartialEq<PartitionKey> for PartitionKey
impl PartialEq<PartitionKey> for PartitionKey
sourcefn eq(&self, other: &PartitionKey) -> bool
fn eq(&self, other: &PartitionKey) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
sourcefn ne(&self, other: &PartitionKey) -> bool
fn ne(&self, other: &PartitionKey) -> bool
This method tests for !=.
sourceimpl ToTokens for PartitionKey
impl ToTokens for PartitionKey
sourcefn to_tokens(&self, tokens: &mut TokenStream)
fn to_tokens(&self, tokens: &mut TokenStream)
Write self to the given TokenStream. Read more
sourcefn to_token_stream(&self) -> TokenStream
fn to_token_stream(&self) -> TokenStream
Convert self directly into a TokenStream object. Read more
sourcefn into_token_stream(self) -> TokenStream
fn into_token_stream(self) -> TokenStream
Convert self directly into a TokenStream object. Read more
impl Eq for PartitionKey
impl StructuralEq for PartitionKey
impl StructuralPartialEq for PartitionKey
Auto Trait Implementations
impl RefUnwindSafe for PartitionKey
impl Send for PartitionKey
impl Sync for PartitionKey
impl Unpin for PartitionKey
impl UnwindSafe for PartitionKey
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more