pub struct ColorContent {
pub color: String,
}Expand description
Payload for setting the color of a Ray entry.
Fields§
§color: StringTrait Implementations§
Source§impl Clone for ColorContent
impl Clone for ColorContent
Source§fn clone(&self) -> ColorContent
fn clone(&self) -> ColorContent
Returns a duplicate 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 ColorContent
impl Debug for ColorContent
Auto Trait Implementations§
impl Freeze for ColorContent
impl RefUnwindSafe for ColorContent
impl Send for ColorContent
impl Sync for ColorContent
impl Unpin for ColorContent
impl UnwindSafe for ColorContent
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