pub struct Coercion {
pub column: String,
pub from: String,
pub to: String,
pub level: CoercionLevel,
}Expand description
A single type coercion applied during a run.
Fields§
§column: String§from: String§to: String§level: CoercionLevelTrait Implementations§
Auto Trait Implementations§
impl Freeze for Coercion
impl RefUnwindSafe for Coercion
impl Send for Coercion
impl Sync for Coercion
impl Unpin for Coercion
impl UnsafeUnpin for Coercion
impl UnwindSafe for Coercion
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