Struct keynergy::layout::Layout [−][src]
pub struct Layout {
pub name: String,
pub author: String,
pub link: Option<String>,
pub year: u32,
pub formats: Formats,
}Expand description
Wraps key data with the layout’s metadata.
Fields
name: StringName of the creator of the layout
link: Option<String>Link to the layout’s web page
year: u32Year that the layout was released in
formats: FormatsImplementations
Trait Implementations
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
Auto Trait Implementations
impl RefUnwindSafe for Layout
impl UnwindSafe for Layout
Blanket Implementations
Mutably borrows from an owned value. Read more
