pub struct UseDatabase {
pub alias: String,
}Expand description
USE DATABASE statement.
Fields§
§alias: StringTrait Implementations§
Source§impl Clone for UseDatabase
impl Clone for UseDatabase
Source§fn clone(&self) -> UseDatabase
fn clone(&self) -> UseDatabase
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 UseDatabase
impl Debug for UseDatabase
Source§impl PartialEq for UseDatabase
impl PartialEq for UseDatabase
impl StructuralPartialEq for UseDatabase
Auto Trait Implementations§
impl Freeze for UseDatabase
impl RefUnwindSafe for UseDatabase
impl Send for UseDatabase
impl Sync for UseDatabase
impl Unpin for UseDatabase
impl UnsafeUnpin for UseDatabase
impl UnwindSafe for UseDatabase
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