Struct partiql_ast::ast::CustomType
source · pub struct CustomType {
pub parts: Vec<CustomTypePart>,
}
Fields§
§parts: Vec<CustomTypePart>
Trait Implementations§
source§impl Clone for CustomType
impl Clone for CustomType
source§fn clone(&self) -> CustomType
fn clone(&self) -> CustomType
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 CustomType
impl Debug for CustomType
source§impl PartialEq<CustomType> for CustomType
impl PartialEq<CustomType> for CustomType
source§fn eq(&self, other: &CustomType) -> bool
fn eq(&self, other: &CustomType) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Visit for CustomType
impl Visit for CustomType
impl StructuralPartialEq for CustomType
Auto Trait Implementations§
impl RefUnwindSafe for CustomType
impl Send for CustomType
impl Sync for CustomType
impl Unpin for CustomType
impl UnwindSafe for CustomType
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