pub enum Model {
Rgb,
Hsl,
Hwb,
}
Variants§
Trait Implementations§
Source§impl FromWasmAbi for Model
impl FromWasmAbi for Model
Source§impl IntoWasmAbi for Model
impl IntoWasmAbi for Model
Source§impl OptionFromWasmAbi for Model
impl OptionFromWasmAbi for Model
Source§impl OptionIntoWasmAbi for Model
impl OptionIntoWasmAbi for Model
Source§impl TryFromJsValue for Model
impl TryFromJsValue for Model
Source§impl VectorFromWasmAbi for Model
impl VectorFromWasmAbi for Model
Source§impl VectorIntoWasmAbi for Model
impl VectorIntoWasmAbi for Model
impl Copy for Model
impl Eq for Model
impl StructuralPartialEq for Model
Auto Trait Implementations§
impl Freeze for Model
impl RefUnwindSafe for Model
impl Send for Model
impl Sync for Model
impl Unpin for Model
impl UnwindSafe for Model
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T> ReturnWasmAbi for Twhere
T: IntoWasmAbi,
impl<T> ReturnWasmAbi for Twhere
T: IntoWasmAbi,
Source§type Abi = <T as IntoWasmAbi>::Abi
type Abi = <T as IntoWasmAbi>::Abi
Same as
IntoWasmAbi::Abi
Source§fn return_abi(self) -> <T as ReturnWasmAbi>::Abi
fn return_abi(self) -> <T as ReturnWasmAbi>::Abi
Same as
IntoWasmAbi::into_abi
, except that it may throw and never
return in the case of Err
.