pub struct RawStmt {
pub stmt: Stmt,
pub stmt_location: i32,
pub stmt_len: Option<i32>,
}
Fields§
§stmt: Stmt
§stmt_location: i32
§stmt_len: Option<i32>
None when the statement doesn’t have a closing semicolon
Trait Implementations§
Source§impl<'de> Deserialize<'de> for RawStmt
impl<'de> Deserialize<'de> for RawStmt
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 RawStmt
impl RefUnwindSafe for RawStmt
impl Send for RawStmt
impl Sync for RawStmt
impl Unpin for RawStmt
impl UnwindSafe for RawStmt
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