pub struct LikeTableDef {
pub source_table: SchemaRef,
pub options: Vec<LikeOption>,
}Expand description
LIKE source_table [ like_option … ] in CREATE TABLE.
Fields§
§source_table: SchemaRef§options: Vec<LikeOption>Trait Implementations§
Source§impl Clone for LikeTableDef
impl Clone for LikeTableDef
Source§fn clone(&self) -> LikeTableDef
fn clone(&self) -> LikeTableDef
Returns a duplicate 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 moreAuto Trait Implementations§
impl Freeze for LikeTableDef
impl RefUnwindSafe for LikeTableDef
impl Send for LikeTableDef
impl Sync for LikeTableDef
impl Unpin for LikeTableDef
impl UnsafeUnpin for LikeTableDef
impl UnwindSafe for LikeTableDef
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