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