pub struct ZCoordIterator(/* private fields */);
Implementations§
Trait Implementations§
Source§impl From<ZCoordIterator> for JsValue
impl From<ZCoordIterator> for JsValue
Source§fn from(value: ZCoordIterator) -> Self
fn from(value: ZCoordIterator) -> Self
Converts to this type from the input type.
Source§impl FromWasmAbi for ZCoordIterator
impl FromWasmAbi for ZCoordIterator
Source§impl IntoWasmAbi for ZCoordIterator
impl IntoWasmAbi for ZCoordIterator
Source§impl LongRefFromWasmAbi for ZCoordIterator
impl LongRefFromWasmAbi for ZCoordIterator
Source§impl OptionFromWasmAbi for ZCoordIterator
impl OptionFromWasmAbi for ZCoordIterator
Source§impl OptionIntoWasmAbi for ZCoordIterator
impl OptionIntoWasmAbi for ZCoordIterator
Source§impl RefFromWasmAbi for ZCoordIterator
impl RefFromWasmAbi for ZCoordIterator
Source§type Anchor = RcRef<ZCoordIterator>
type Anchor = RcRef<ZCoordIterator>
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 ZCoordIterator
impl RefMutFromWasmAbi for ZCoordIterator
Source§impl TryFromJsValue for ZCoordIterator
impl TryFromJsValue for ZCoordIterator
Source§impl VectorFromWasmAbi for ZCoordIterator
impl VectorFromWasmAbi for ZCoordIterator
type Abi = <Box<[JsValue]> as FromWasmAbi>::Abi
unsafe fn vector_from_abi(js: Self::Abi) -> Box<[ZCoordIterator]>
Source§impl VectorIntoJsValue for ZCoordIterator
impl VectorIntoJsValue for ZCoordIterator
fn vector_into_jsvalue(vector: Box<[ZCoordIterator]>) -> JsValue
Source§impl VectorIntoWasmAbi for ZCoordIterator
impl VectorIntoWasmAbi for ZCoordIterator
type Abi = <Box<[JsValue]> as IntoWasmAbi>::Abi
fn vector_into_abi(vector: Box<[ZCoordIterator]>) -> Self::Abi
Source§impl WasmDescribeVector for ZCoordIterator
impl WasmDescribeVector for ZCoordIterator
impl SupportsConstructor for ZCoordIterator
impl SupportsInstanceProperty for ZCoordIterator
impl SupportsStaticProperty for ZCoordIterator
Auto Trait Implementations§
impl Freeze for ZCoordIterator
impl !RefUnwindSafe for ZCoordIterator
impl !Send for ZCoordIterator
impl !Sync for ZCoordIterator
impl Unpin for ZCoordIterator
impl !UnwindSafe for ZCoordIterator
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> IntoEither for T
impl<T> IntoEither for T
Source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self
into a Left
variant of Either<Self, Self>
if into_left
is true
.
Converts self
into a Right
variant of Either<Self, Self>
otherwise. Read moreSource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self
into a Left
variant of Either<Self, Self>
if into_left(&self)
returns true
.
Converts self
into a Right
variant of Either<Self, Self>
otherwise. Read moreSource§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
.