Struct Rename
pub struct Rename;Expand description
Helper for constructing MS SQL Rename statements
Implementations§
§impl Rename
impl Rename
pub fn new() -> RenameStatement
pub fn new() -> RenameStatement
Construct type RenameStatement
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Rename
impl RefUnwindSafe for Rename
impl Send for Rename
impl Sync for Rename
impl Unpin for Rename
impl UnwindSafe for Rename
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