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