Struct xmpp_parsers::xhtml::Property
source · pub struct Property {
pub key: String,
pub value: String,
}
Expand description
A CSS property.
Fields§
§key: String
The name of the property.
value: String
The value of the property.
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Property
impl Send for Property
impl Sync for Property
impl Unpin for Property
impl UnwindSafe for Property
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