pub enum TypesCoproduct {
Show 13 variants
f64(f64),
bool(bool),
isize(isize),
usize(usize),
stdCOCOvecCOCOVecLABRstdCOCOrcCOCORcLABRPropertiesCoproductRABRRABR(Vec<Rc<PropertiesCoproduct>>),
stdCOCOopsCOCORangeLABRisizeRABR(Range<isize>),
String(String),
Transform2D(Transform2D),
SizePixels(SizePixels),
Size(Size),
Rotation(Rotation),
Numeric(Numeric),
StringBox(StringBox),
}
Variants§
f64(f64)
bool(bool)
isize(isize)
usize(usize)
stdCOCOvecCOCOVecLABRstdCOCOrcCOCORcLABRPropertiesCoproductRABRRABR(Vec<Rc<PropertiesCoproduct>>)
stdCOCOopsCOCORangeLABRisizeRABR(Range<isize>)
String(String)
Transform2D(Transform2D)
SizePixels(SizePixels)
Size(Size)
Rotation(Rotation)
Numeric(Numeric)
StringBox(StringBox)
Auto Trait Implementations§
impl Freeze for TypesCoproduct
impl !RefUnwindSafe for TypesCoproduct
impl !Send for TypesCoproduct
impl !Sync for TypesCoproduct
impl Unpin for TypesCoproduct
impl !UnwindSafe for TypesCoproduct
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