pub struct PartExpression {
pub expression: Box<Expression>,
}
Expand description
${expression}
.
Fields§
§expression: Box<Expression>
Trait Implementations§
Source§impl Clone for PartExpression
impl Clone for PartExpression
Source§fn clone(&self) -> PartExpression
fn clone(&self) -> PartExpression
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for PartExpression
impl Debug for PartExpression
Source§impl<'de> Deserialize<'de> for PartExpression
impl<'de> Deserialize<'de> for PartExpression
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
Source§impl PartialEq for PartExpression
impl PartialEq for PartExpression
Source§impl Serialize for PartExpression
impl Serialize for PartExpression
impl Eq for PartExpression
impl StructuralPartialEq for PartExpression
Auto Trait Implementations§
impl Freeze for PartExpression
impl RefUnwindSafe for PartExpression
impl Send for PartExpression
impl Sync for PartExpression
impl Unpin for PartExpression
impl UnwindSafe for PartExpression
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