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