pub struct Colorable(/* private fields */);
Expand description
An element of the GUI whose color can be changed.
Implementations§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for Colorable
impl<'de> Deserialize<'de> for Colorable
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 Copy for Colorable
impl Eq for Colorable
impl StructuralPartialEq for Colorable
Auto Trait Implementations§
impl Freeze for Colorable
impl RefUnwindSafe for Colorable
impl Send for Colorable
impl Sync for Colorable
impl Unpin for Colorable
impl UnwindSafe for Colorable
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