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 AttributeDiffimpl Send for AttributeDiffimpl Sync for AttributeDiffimpl Unpin for AttributeDiffimpl UnwindSafe for AttributeDiffBlanket Implementations
Mutably borrows from an owned value. Read more