pub struct TableRename {
pub from: String,
pub to: String,
}Available on crate feature
std only.Expand description
A table rename operation
Fields§
§from: String§to: StringTrait Implementations§
Source§impl Clone for TableRename
impl Clone for TableRename
Source§fn clone(&self) -> TableRename
fn clone(&self) -> TableRename
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 TableRename
impl RefUnwindSafe for TableRename
impl Send for TableRename
impl Sync for TableRename
impl Unpin for TableRename
impl UnsafeUnpin for TableRename
impl UnwindSafe for TableRename
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