pub struct TransitionTables {
pub new_table_alias: Option<String>,
pub old_table_alias: Option<String>,
}Fields§
§new_table_alias: Option<String>§old_table_alias: Option<String>Trait Implementations§
Source§impl Clone for TransitionTables
impl Clone for TransitionTables
Source§fn clone(&self) -> TransitionTables
fn clone(&self) -> TransitionTables
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 moreAuto Trait Implementations§
impl Freeze for TransitionTables
impl RefUnwindSafe for TransitionTables
impl Send for TransitionTables
impl Sync for TransitionTables
impl Unpin for TransitionTables
impl UnsafeUnpin for TransitionTables
impl UnwindSafe for TransitionTables
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