pub struct CteReference {
pub token: Token,
pub name: Identifier,
pub alias: Option<Identifier>,
}Expand description
CTE reference
Fields§
§token: Token§name: Identifier§alias: Option<Identifier>Trait Implementations§
Source§impl Clone for CteReference
impl Clone for CteReference
Source§fn clone(&self) -> CteReference
fn clone(&self) -> CteReference
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 CteReference
impl Debug for CteReference
Source§impl Display for CteReference
impl Display for CteReference
Source§impl PartialEq for CteReference
impl PartialEq for CteReference
impl StructuralPartialEq for CteReference
Auto Trait Implementations§
impl Freeze for CteReference
impl RefUnwindSafe for CteReference
impl Send for CteReference
impl Sync for CteReference
impl Unpin for CteReference
impl UnsafeUnpin for CteReference
impl UnwindSafe for CteReference
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