pub struct JsPath { /* private fields */ }Implementations§
Source§impl JsPath
impl JsPath
pub fn get_states(&self) -> Array
pub fn get_length(&self) -> usize
Trait Implementations§
Source§impl From<Path<CompoundState>> for JsPath
impl From<Path<CompoundState>> for JsPath
Source§fn from(path: OxmplPath<CompoundState>) -> Self
fn from(path: OxmplPath<CompoundState>) -> Self
Converts to this type from the input type.
Source§impl From<Path<RealVectorState>> for JsPath
impl From<Path<RealVectorState>> for JsPath
Source§fn from(path: OxmplPath<RealVectorState>) -> Self
fn from(path: OxmplPath<RealVectorState>) -> Self
Converts to this type from the input type.
Source§impl FromWasmAbi for JsPath
impl FromWasmAbi for JsPath
Source§impl IntoWasmAbi for JsPath
impl IntoWasmAbi for JsPath
Source§impl LongRefFromWasmAbi for JsPath
impl LongRefFromWasmAbi for JsPath
Source§impl OptionFromWasmAbi for JsPath
impl OptionFromWasmAbi for JsPath
Source§impl OptionIntoWasmAbi for JsPath
impl OptionIntoWasmAbi for JsPath
Source§impl RefFromWasmAbi for JsPath
impl RefFromWasmAbi for JsPath
Source§impl RefMutFromWasmAbi for JsPath
impl RefMutFromWasmAbi for JsPath
impl SupportsConstructor for JsPath
impl SupportsInstanceProperty for JsPath
impl SupportsStaticProperty for JsPath
Source§impl TryFromJsValue for JsPath
impl TryFromJsValue for JsPath
Source§impl VectorFromWasmAbi for JsPath
impl VectorFromWasmAbi for JsPath
Source§impl VectorIntoWasmAbi for JsPath
impl VectorIntoWasmAbi for JsPath
Auto Trait Implementations§
impl !RefUnwindSafe for JsPath
impl !UnwindSafe for JsPath
impl Freeze for JsPath
impl Send for JsPath
impl Sync for JsPath
impl Unpin for JsPath
impl UnsafeUnpin for JsPath
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.