Struct scylladb_parse::ColumnOrder
source · [−]Fields
column: Nameorder: OrderTrait Implementations
sourceimpl Clone for ColumnOrder
impl Clone for ColumnOrder
sourcefn clone(&self) -> ColumnOrder
fn clone(&self) -> ColumnOrder
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 ColumnOrder
impl<'a> CustomToTokens<'a> for ColumnOrder
fn to_tokens(&'a self, tokens: &mut TokenStream)
sourceimpl Debug for ColumnOrder
impl Debug for ColumnOrder
sourceimpl Display for ColumnOrder
impl Display for ColumnOrder
sourceimpl FromStr for ColumnOrder
impl FromStr for ColumnOrder
sourceimpl Parse for ColumnOrder
impl Parse for ColumnOrder
type Output = ColumnOrder
fn parse(s: &mut StatementStream<'_>) -> Result<Self::Output>
sourceimpl PartialEq<ColumnOrder> for ColumnOrder
impl PartialEq<ColumnOrder> for ColumnOrder
sourcefn eq(&self, other: &ColumnOrder) -> bool
fn eq(&self, other: &ColumnOrder) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
sourcefn ne(&self, other: &ColumnOrder) -> bool
fn ne(&self, other: &ColumnOrder) -> bool
This method tests for !=.
sourceimpl ToTokens for ColumnOrder
impl ToTokens for ColumnOrder
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 ColumnOrder
impl StructuralEq for ColumnOrder
impl StructuralPartialEq for ColumnOrder
Auto Trait Implementations
impl RefUnwindSafe for ColumnOrder
impl Send for ColumnOrder
impl Sync for ColumnOrder
impl Unpin for ColumnOrder
impl UnwindSafe for ColumnOrder
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