pub struct JsPlannerConfig { /* private fields */ }Implementations§
Trait Implementations§
Source§impl From<&JsPlannerConfig> for PlannerConfig
impl From<&JsPlannerConfig> for PlannerConfig
Source§fn from(js_planner_config: &JsPlannerConfig) -> Self
fn from(js_planner_config: &JsPlannerConfig) -> Self
Converts to this type from the input type.
Source§impl From<JsPlannerConfig> for JsValue
impl From<JsPlannerConfig> for JsValue
Source§fn from(value: JsPlannerConfig) -> Self
fn from(value: JsPlannerConfig) -> Self
Converts to this type from the input type.
Source§impl FromWasmAbi for JsPlannerConfig
impl FromWasmAbi for JsPlannerConfig
Source§impl IntoWasmAbi for JsPlannerConfig
impl IntoWasmAbi for JsPlannerConfig
Source§impl LongRefFromWasmAbi for JsPlannerConfig
impl LongRefFromWasmAbi for JsPlannerConfig
Source§impl OptionFromWasmAbi for JsPlannerConfig
impl OptionFromWasmAbi for JsPlannerConfig
Source§impl OptionIntoWasmAbi for JsPlannerConfig
impl OptionIntoWasmAbi for JsPlannerConfig
Source§impl RefFromWasmAbi for JsPlannerConfig
impl RefFromWasmAbi for JsPlannerConfig
Source§type Anchor = RcRef<JsPlannerConfig>
type Anchor = RcRef<JsPlannerConfig>
The type that holds the reference to
Self for the duration of the
invocation of the function that has an &Self parameter. This is
required to ensure that the lifetimes don’t persist beyond one function
call, and so that they remain anonymous.Source§impl RefMutFromWasmAbi for JsPlannerConfig
impl RefMutFromWasmAbi for JsPlannerConfig
impl SupportsConstructor for JsPlannerConfig
impl SupportsInstanceProperty for JsPlannerConfig
impl SupportsStaticProperty for JsPlannerConfig
Source§impl TryFromJsValue for JsPlannerConfig
impl TryFromJsValue for JsPlannerConfig
Source§impl VectorFromWasmAbi for JsPlannerConfig
impl VectorFromWasmAbi for JsPlannerConfig
type Abi = <Box<[JsValue]> as FromWasmAbi>::Abi
unsafe fn vector_from_abi(js: Self::Abi) -> Box<[JsPlannerConfig]>
Source§impl VectorIntoWasmAbi for JsPlannerConfig
impl VectorIntoWasmAbi for JsPlannerConfig
type Abi = <Box<[JsValue]> as IntoWasmAbi>::Abi
fn vector_into_abi(vector: Box<[JsPlannerConfig]>) -> Self::Abi
Source§impl WasmDescribeVector for JsPlannerConfig
impl WasmDescribeVector for JsPlannerConfig
Auto Trait Implementations§
impl Freeze for JsPlannerConfig
impl RefUnwindSafe for JsPlannerConfig
impl Send for JsPlannerConfig
impl Sync for JsPlannerConfig
impl Unpin for JsPlannerConfig
impl UnsafeUnpin for JsPlannerConfig
impl UnwindSafe for JsPlannerConfig
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> 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::AbiSource§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.