Struct theme_parser::parser::theme_txt::GlobalProperty
source · pub struct GlobalProperty {
pub name: String,
pub value: String,
}
Expand description
A key-value pair, separated with :
.
teriminal-font: "Unifont"
Fields§
§name: String
§value: String
Trait Implementations§
source§impl Debug for GlobalProperty
impl Debug for GlobalProperty
source§impl PartialEq for GlobalProperty
impl PartialEq for GlobalProperty
source§fn eq(&self, other: &GlobalProperty) -> bool
fn eq(&self, other: &GlobalProperty) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for GlobalProperty
impl StructuralEq for GlobalProperty
impl StructuralPartialEq for GlobalProperty
Auto Trait Implementations§
impl RefUnwindSafe for GlobalProperty
impl Send for GlobalProperty
impl Sync for GlobalProperty
impl Unpin for GlobalProperty
impl UnwindSafe for GlobalProperty
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