pub struct DisplayRule {
pub display_rule_step: Vec<DisplayRuleStep>,
pub magnification: i64,
}
Fields§
§display_rule_step: Vec<DisplayRuleStep>
§magnification: i64
Trait Implementations§
Source§impl Clone for DisplayRule
impl Clone for DisplayRule
Source§fn clone(&self) -> DisplayRule
fn clone(&self) -> DisplayRule
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 DisplayRule
impl Debug for DisplayRule
Source§impl Default for DisplayRule
impl Default for DisplayRule
Source§fn default() -> DisplayRule
fn default() -> DisplayRule
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for DisplayRule
impl<'de> Deserialize<'de> for DisplayRule
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 DisplayRule
impl PartialEq for DisplayRule
Source§impl Serialize for DisplayRule
impl Serialize for DisplayRule
impl StructuralPartialEq for DisplayRule
Auto Trait Implementations§
impl Freeze for DisplayRule
impl RefUnwindSafe for DisplayRule
impl Send for DisplayRule
impl Sync for DisplayRule
impl Unpin for DisplayRule
impl UnwindSafe for DisplayRule
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