Enum partiql_ast::ast::CustomTypeParam
source · pub enum CustomTypeParam {
Lit(Lit),
Type(Type),
}
Variants§
Trait Implementations§
source§impl Clone for CustomTypeParam
impl Clone for CustomTypeParam
source§fn clone(&self) -> CustomTypeParam
fn clone(&self) -> CustomTypeParam
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for CustomTypeParam
impl Debug for CustomTypeParam
source§impl PartialEq<CustomTypeParam> for CustomTypeParam
impl PartialEq<CustomTypeParam> for CustomTypeParam
source§fn eq(&self, other: &CustomTypeParam) -> bool
fn eq(&self, other: &CustomTypeParam) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for CustomTypeParam
Auto Trait Implementations§
impl RefUnwindSafe for CustomTypeParam
impl Send for CustomTypeParam
impl Sync for CustomTypeParam
impl Unpin for CustomTypeParam
impl UnwindSafe for CustomTypeParam
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