Struct requestty_ui::style::AttributeDiff [−][src]
pub struct AttributeDiff {
pub to_add: Attributes,
pub to_remove: Attributes,
}Expand description
The change in attributes. Use Attributes::diff to create one.
Fields
to_add: Attributesto_remove: AttributesTrait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for AttributeDiff
impl Send for AttributeDiff
impl Sync for AttributeDiff
impl Unpin for AttributeDiff
impl UnwindSafe for AttributeDiff
Blanket Implementations
Mutably borrows from an owned value. Read more