pub struct FlashbackTable {
pub table: TableRef,
pub rename_to: Option<Identifier>,
}Expand description
TiDB FLASHBACK TABLE table [TO new_name] statement.
Fields§
§table: TableRef§rename_to: Option<Identifier>Trait Implementations§
Source§impl Clone for FlashbackTable
impl Clone for FlashbackTable
Source§fn clone(&self) -> FlashbackTable
fn clone(&self) -> FlashbackTable
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 FlashbackTable
impl Debug for FlashbackTable
Source§impl<'de> Deserialize<'de> for FlashbackTable
impl<'de> Deserialize<'de> for FlashbackTable
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for FlashbackTable
impl PartialEq for FlashbackTable
Source§impl Serialize for FlashbackTable
impl Serialize for FlashbackTable
impl StructuralPartialEq for FlashbackTable
Auto Trait Implementations§
impl Freeze for FlashbackTable
impl RefUnwindSafe for FlashbackTable
impl Send for FlashbackTable
impl Sync for FlashbackTable
impl Unpin for FlashbackTable
impl UnsafeUnpin for FlashbackTable
impl UnwindSafe for FlashbackTable
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