pub struct PartitionKey {
pub columns: Vec<Name>,
}
Fields§
§columns: Vec<Name>
Trait Implementations§
Source§impl Clone for PartitionKey
impl Clone for PartitionKey
Source§fn clone(&self) -> PartitionKey
fn clone(&self) -> PartitionKey
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 PartitionKey
impl<'a> CustomToTokens<'a> for PartitionKey
Source§impl Debug for PartitionKey
impl Debug for PartitionKey
Source§impl Display for PartitionKey
impl Display for PartitionKey
Source§impl FromStr for PartitionKey
impl FromStr for PartitionKey
Source§impl Parse for PartitionKey
impl Parse for PartitionKey
type Output = PartitionKey
fn parse(s: &mut StatementStream<'_>) -> Result<Self>
Source§impl PartialEq for PartitionKey
impl PartialEq for PartitionKey
Source§impl ToTokens for PartitionKey
impl ToTokens for PartitionKey
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,
impl Eq for PartitionKey
impl StructuralPartialEq for PartitionKey
Auto Trait Implementations§
impl Freeze for PartitionKey
impl RefUnwindSafe for PartitionKey
impl Send for PartitionKey
impl Sync for PartitionKey
impl Unpin for PartitionKey
impl UnwindSafe for PartitionKey
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