pub struct PreNode {
pub statement: Box<Node>,
pub operator: CompactString,
}Fields§
§statement: Box<Node>§operator: CompactStringImplementations§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for PreNode
impl<'de> Deserialize<'de> for PreNode
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
impl StructuralPartialEq for PreNode
Auto Trait Implementations§
impl Freeze for PreNode
impl RefUnwindSafe for PreNode
impl Send for PreNode
impl Sync for PreNode
impl Unpin for PreNode
impl UnwindSafe for PreNode
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