pub struct UniqueIndexDef {
pub name: Option<String>,
pub columns: Vec<String>,
}Fields§
§name: Option<String>§columns: Vec<String>Trait Implementations§
Source§impl Clone for UniqueIndexDef
impl Clone for UniqueIndexDef
Source§fn clone(&self) -> UniqueIndexDef
fn clone(&self) -> UniqueIndexDef
Returns a duplicate of the value. Read more
1.0.0 · 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 UniqueIndexDef
impl RefUnwindSafe for UniqueIndexDef
impl Send for UniqueIndexDef
impl Sync for UniqueIndexDef
impl Unpin for UniqueIndexDef
impl UnsafeUnpin for UniqueIndexDef
impl UnwindSafe for UniqueIndexDef
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