pub struct AlgorithmProperty {
pub this: Box<Expression>,
}Expand description
AlgorithmProperty
Fields§
§this: Box<Expression>Trait Implementations§
Source§impl Clone for AlgorithmProperty
impl Clone for AlgorithmProperty
Source§fn clone(&self) -> AlgorithmProperty
fn clone(&self) -> AlgorithmProperty
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 AlgorithmProperty
impl Debug for AlgorithmProperty
Source§impl<'de> Deserialize<'de> for AlgorithmProperty
impl<'de> Deserialize<'de> for AlgorithmProperty
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 AlgorithmProperty
impl PartialEq for AlgorithmProperty
Source§impl Serialize for AlgorithmProperty
impl Serialize for AlgorithmProperty
impl StructuralPartialEq for AlgorithmProperty
Auto Trait Implementations§
impl Freeze for AlgorithmProperty
impl RefUnwindSafe for AlgorithmProperty
impl Send for AlgorithmProperty
impl Sync for AlgorithmProperty
impl Unpin for AlgorithmProperty
impl UnwindSafe for AlgorithmProperty
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