pub struct ColorHintSpecification {
pub text: &'static str,
pub text_color: LuaAny,
}Fields§
§text: &'static str§text_color: LuaAnyTrait Implementations§
Source§impl Clone for ColorHintSpecification
impl Clone for ColorHintSpecification
Source§fn clone(&self) -> ColorHintSpecification
fn clone(&self) -> ColorHintSpecification
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for ColorHintSpecification
Source§impl Debug for ColorHintSpecification
impl Debug for ColorHintSpecification
Source§impl Default for ColorHintSpecification
impl Default for ColorHintSpecification
Source§fn default() -> ColorHintSpecification
fn default() -> ColorHintSpecification
Returns the “default value” for a type. Read more
Source§impl PartialEq for ColorHintSpecification
impl PartialEq for ColorHintSpecification
impl StructuralPartialEq for ColorHintSpecification
Auto Trait Implementations§
impl Freeze for ColorHintSpecification
impl RefUnwindSafe for ColorHintSpecification
impl Send for ColorHintSpecification
impl Sync for ColorHintSpecification
impl Unpin for ColorHintSpecification
impl UnsafeUnpin for ColorHintSpecification
impl UnwindSafe for ColorHintSpecification
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