pub struct CellStyle { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl FromWasmAbi for CellStyle
impl FromWasmAbi for CellStyle
Source§impl IntoWasmAbi for CellStyle
impl IntoWasmAbi for CellStyle
Source§impl LongRefFromWasmAbi for CellStyle
impl LongRefFromWasmAbi for CellStyle
Source§impl OptionFromWasmAbi for CellStyle
impl OptionFromWasmAbi for CellStyle
Source§impl OptionIntoWasmAbi for CellStyle
impl OptionIntoWasmAbi for CellStyle
Source§impl RefFromWasmAbi for CellStyle
impl RefFromWasmAbi for CellStyle
Source§impl RefMutFromWasmAbi for CellStyle
impl RefMutFromWasmAbi for CellStyle
Source§impl TryFromJsValue for CellStyle
impl TryFromJsValue for CellStyle
Source§impl VectorFromWasmAbi for CellStyle
impl VectorFromWasmAbi for CellStyle
Source§impl VectorIntoWasmAbi for CellStyle
impl VectorIntoWasmAbi for CellStyle
impl Copy for CellStyle
impl SupportsConstructor for CellStyle
impl SupportsInstanceProperty for CellStyle
impl SupportsStaticProperty for CellStyle
Auto Trait Implementations§
impl Freeze for CellStyle
impl RefUnwindSafe for CellStyle
impl Send for CellStyle
impl Sync for CellStyle
impl Unpin for CellStyle
impl UnwindSafe for CellStyle
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
.