pub struct RawParam {
pub index: u32,
pub column: Option<String>,
pub override: Option<String>,
}Fields§
§index: u32§column: Option<String>§override: Option<String>Auto Trait Implementations§
impl Freeze for RawParam
impl RefUnwindSafe for RawParam
impl Send for RawParam
impl Sync for RawParam
impl Unpin for RawParam
impl UnsafeUnpin for RawParam
impl UnwindSafe for RawParam
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