Enum Has
pub enum Has {
Table,
Column,
Index,
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Has
impl RefUnwindSafe for Has
impl Send for Has
impl Sync for Has
impl Unpin for Has
impl UnwindSafe for Has
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