Struct sql_migration_sim::ast::LockTable
source · pub struct LockTable {
pub table: Ident,
pub alias: Option<Ident>,
pub lock_type: LockTableType,
}
Fields§
§table: Ident
§alias: Option<Ident>
§lock_type: LockTableType
Trait Implementations§
source§impl Ord for LockTable
impl Ord for LockTable
source§impl PartialEq for LockTable
impl PartialEq for LockTable
source§impl PartialOrd for LockTable
impl PartialOrd for LockTable
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moreimpl Eq for LockTable
impl StructuralEq for LockTable
impl StructuralPartialEq for LockTable
Auto Trait Implementations§
impl RefUnwindSafe for LockTable
impl Send for LockTable
impl Sync for LockTable
impl Unpin for LockTable
impl UnwindSafe for LockTable
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