pub struct CreateSchema {
pub schema_name: String,
}Expand description
Create a missing SQL Server schema.
Fields§
§schema_name: StringImplementations§
Trait Implementations§
Source§impl Clone for CreateSchema
impl Clone for CreateSchema
Source§fn clone(&self) -> CreateSchema
fn clone(&self) -> CreateSchema
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 CreateSchema
impl Debug for CreateSchema
Source§impl PartialEq for CreateSchema
impl PartialEq for CreateSchema
Source§fn eq(&self, other: &CreateSchema) -> bool
fn eq(&self, other: &CreateSchema) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for CreateSchema
impl StructuralPartialEq for CreateSchema
Auto Trait Implementations§
impl Freeze for CreateSchema
impl RefUnwindSafe for CreateSchema
impl Send for CreateSchema
impl Sync for CreateSchema
impl Unpin for CreateSchema
impl UnsafeUnpin for CreateSchema
impl UnwindSafe for CreateSchema
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