pub struct AseColor {
pub name: String,
pub color: AseColorValue,
}Expand description
TS AseColor.
Fields§
§name: String§color: AseColorValueTrait Implementations§
impl StructuralPartialEq for AseColor
Auto Trait Implementations§
impl Freeze for AseColor
impl RefUnwindSafe for AseColor
impl Send for AseColor
impl Sync for AseColor
impl Unpin for AseColor
impl UnsafeUnpin for AseColor
impl UnwindSafe for AseColor
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