pub struct KakColor(/* private fields */);
Expand description
A color in kakoune. Currently, this is a newtype wrapper around String.
Trait Implementations§
Source§impl<'de> Deserialize<'de> for KakColor
impl<'de> Deserialize<'de> for KakColor
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 KakColor
impl RefUnwindSafe for KakColor
impl Send for KakColor
impl Sync for KakColor
impl Unpin for KakColor
impl UnwindSafe for KakColor
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