pub struct UiHeader {
pub title: String,
pub file: String,
pub new: String,
pub open: String,
pub templates: String,
pub save_ldt: String,
pub export_ies: String,
pub atla_xml: String,
pub atla_json: String,
pub switch_to_dark: String,
pub switch_to_light: String,
}Fields§
§title: String§file: String§new: String§open: String§templates: String§save_ldt: String§export_ies: String§atla_xml: String§atla_json: String§switch_to_dark: String§switch_to_light: StringTrait Implementations§
Source§impl<'de> Deserialize<'de> for UiHeader
impl<'de> Deserialize<'de> for UiHeader
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl StructuralPartialEq for UiHeader
Auto Trait Implementations§
impl Freeze for UiHeader
impl RefUnwindSafe for UiHeader
impl Send for UiHeader
impl Sync for UiHeader
impl Unpin for UiHeader
impl UnsafeUnpin for UiHeader
impl UnwindSafe for UiHeader
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