pub struct LockTableStatement;Trait Implementations§
Source§impl Rule for LockTableStatement
impl Rule for LockTableStatement
Auto Trait Implementations§
impl Freeze for LockTableStatement
impl RefUnwindSafe for LockTableStatement
impl Send for LockTableStatement
impl Sync for LockTableStatement
impl Unpin for LockTableStatement
impl UnsafeUnpin for LockTableStatement
impl UnwindSafe for LockTableStatement
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