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