pub struct ColRefExprArgs {
pub idx: u32,
}Fields§
§idx: u32Trait Implementations§
Auto Trait Implementations§
impl Freeze for ColRefExprArgs
impl RefUnwindSafe for ColRefExprArgs
impl Send for ColRefExprArgs
impl Sync for ColRefExprArgs
impl Unpin for ColRefExprArgs
impl UnsafeUnpin for ColRefExprArgs
impl UnwindSafe for ColRefExprArgs
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