pub struct CurrentOfExpr {
pub cvarno: Index,
pub cursor_name: Option<String>,
pub cursor_param: i32,
}Fields§
§cvarno: Index§cursor_name: Option<String>§cursor_param: i32Trait Implementations§
Source§impl Debug for CurrentOfExpr
impl Debug for CurrentOfExpr
Source§impl<'de> Deserialize<'de> for CurrentOfExpr
impl<'de> Deserialize<'de> for CurrentOfExpr
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for CurrentOfExpr
impl RefUnwindSafe for CurrentOfExpr
impl Send for CurrentOfExpr
impl Sync for CurrentOfExpr
impl Unpin for CurrentOfExpr
impl UnwindSafe for CurrentOfExpr
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