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