pub struct KakFace {
pub fg: KakColor,
pub bg: KakColor,
pub attributes: Vec<KakAttribute>,
}
Expand description
A kakoune face
Fields§
§fg: KakColor
§bg: KakColor
§attributes: Vec<KakAttribute>
Trait Implementations§
Source§impl<'de> Deserialize<'de> for KakFace
impl<'de> Deserialize<'de> for KakFace
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
Auto Trait Implementations§
impl Freeze for KakFace
impl RefUnwindSafe for KakFace
impl Send for KakFace
impl Sync for KakFace
impl Unpin for KakFace
impl UnwindSafe for KakFace
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