Struct cql3_parser::select::Named
source · [−]pub struct Named {
pub name: Identifier,
pub alias: Option<Identifier>,
}Fields
name: Identifieralias: Option<Identifier>Implementations
Trait Implementations
impl StructuralPartialEq for Named
Auto Trait Implementations
impl RefUnwindSafe for Named
impl Send for Named
impl Sync for Named
impl Unpin for Named
impl UnwindSafe for Named
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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