pub struct Property {
pub name: NamedIdent,
pub eq: Eq,
pub value: PropertyValue,
}
Expand description
A property
Fields§
§name: NamedIdent
Property name.
eq: Eq
‘=’
value: PropertyValue
Property value.
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