Struct partiql_ast::ast::Ddl
source · pub struct Ddl {
pub op: DdlOp,
}
Fields§
§op: DdlOp
Trait Implementations§
impl StructuralPartialEq for Ddl
Auto Trait Implementations§
impl RefUnwindSafe for Ddl
impl Send for Ddl
impl Sync for Ddl
impl Unpin for Ddl
impl UnwindSafe for Ddl
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