Struct scylladb_parse::UserDefinedTypeLiteral
source · [−]Fields
fields: BTreeMap<Name, Term>Trait Implementations
sourceimpl Clone for UserDefinedTypeLiteral
impl Clone for UserDefinedTypeLiteral
sourcefn clone(&self) -> UserDefinedTypeLiteral
fn clone(&self) -> UserDefinedTypeLiteral
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 UserDefinedTypeLiteral
impl<'a> CustomToTokens<'a> for UserDefinedTypeLiteral
fn to_tokens(&'a self, tokens: &mut TokenStream)
sourceimpl Debug for UserDefinedTypeLiteral
impl Debug for UserDefinedTypeLiteral
sourceimpl Display for UserDefinedTypeLiteral
impl Display for UserDefinedTypeLiteral
sourceimpl From<UserDefinedTypeLiteral> for Literal
impl From<UserDefinedTypeLiteral> for Literal
sourcefn from(original: UserDefinedTypeLiteral) -> Literal
fn from(original: UserDefinedTypeLiteral) -> Literal
Converts to this type from the input type.
sourceimpl FromStr for UserDefinedTypeLiteral
impl FromStr for UserDefinedTypeLiteral
sourceimpl Hash for UserDefinedTypeLiteral
impl Hash for UserDefinedTypeLiteral
sourceimpl Ord for UserDefinedTypeLiteral
impl Ord for UserDefinedTypeLiteral
sourceimpl Parse for UserDefinedTypeLiteral
impl Parse for UserDefinedTypeLiteral
type Output = UserDefinedTypeLiteral
fn parse(s: &mut StatementStream<'_>) -> Result<Self::Output> where
Self: Sized,
sourceimpl PartialEq<UserDefinedTypeLiteral> for UserDefinedTypeLiteral
impl PartialEq<UserDefinedTypeLiteral> for UserDefinedTypeLiteral
sourcefn eq(&self, other: &UserDefinedTypeLiteral) -> bool
fn eq(&self, other: &UserDefinedTypeLiteral) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
sourcefn ne(&self, other: &UserDefinedTypeLiteral) -> bool
fn ne(&self, other: &UserDefinedTypeLiteral) -> bool
This method tests for !=.
sourceimpl PartialOrd<UserDefinedTypeLiteral> for UserDefinedTypeLiteral
impl PartialOrd<UserDefinedTypeLiteral> for UserDefinedTypeLiteral
sourcefn partial_cmp(&self, other: &UserDefinedTypeLiteral) -> Option<Ordering>
fn partial_cmp(&self, other: &UserDefinedTypeLiteral) -> Option<Ordering>
This method returns an ordering between self and other values if one exists. Read more
1.0.0 · sourcefn lt(&self, other: &Rhs) -> bool
fn lt(&self, other: &Rhs) -> bool
This method tests less than (for self and other) and is used by the < operator. Read more
1.0.0 · sourcefn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for self and other) and is used by the <=
operator. Read more
sourceimpl ToTokens for UserDefinedTypeLiteral
impl ToTokens for UserDefinedTypeLiteral
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
sourceimpl TryFrom<Literal> for UserDefinedTypeLiteral
impl TryFrom<Literal> for UserDefinedTypeLiteral
impl Eq for UserDefinedTypeLiteral
impl StructuralEq for UserDefinedTypeLiteral
impl StructuralPartialEq for UserDefinedTypeLiteral
Auto Trait Implementations
impl RefUnwindSafe for UserDefinedTypeLiteral
impl Send for UserDefinedTypeLiteral
impl Sync for UserDefinedTypeLiteral
impl Unpin for UserDefinedTypeLiteral
impl UnwindSafe for UserDefinedTypeLiteral
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