Struct leftwm_core::models::ScratchPad
source · pub struct ScratchPad {
pub name: ScratchPadName,
pub value: String,
pub x: Option<Size>,
pub y: Option<Size>,
pub height: Option<Size>,
pub width: Option<Size>,
}Fields§
§name: ScratchPadName§value: String§x: Option<Size>§y: Option<Size>§height: Option<Size>§width: Option<Size>Implementations§
Trait Implementations§
source§impl Clone for ScratchPad
impl Clone for ScratchPad
source§fn clone(&self) -> ScratchPad
fn clone(&self) -> ScratchPad
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for ScratchPad
impl Debug for ScratchPad
source§impl<'de> Deserialize<'de> for ScratchPad
impl<'de> Deserialize<'de> for ScratchPad
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
source§impl PartialEq<ScratchPad> for ScratchPad
impl PartialEq<ScratchPad> for ScratchPad
source§fn eq(&self, other: &ScratchPad) -> bool
fn eq(&self, other: &ScratchPad) -> bool
This method tests for
self and other values to be equal, and is used
by ==.