pub struct VecDataBlockUINT32(/* private fields */);
Implementations§
Trait Implementations§
Source§impl From<(VecDataBlock<u32>, Option<String>)> for VecDataBlockUINT32
impl From<(VecDataBlock<u32>, Option<String>)> for VecDataBlockUINT32
Source§impl From<VecDataBlock<u32>> for VecDataBlockUINT32
impl From<VecDataBlock<u32>> for VecDataBlockUINT32
Source§fn from(block: VecDataBlock<u32>) -> Self
fn from(block: VecDataBlock<u32>) -> Self
Converts to this type from the input type.
Source§impl From<VecDataBlockUINT32> for JsValue
impl From<VecDataBlockUINT32> for JsValue
Source§fn from(value: VecDataBlockUINT32) -> Self
fn from(value: VecDataBlockUINT32) -> Self
Converts to this type from the input type.
Source§impl FromWasmAbi for VecDataBlockUINT32
impl FromWasmAbi for VecDataBlockUINT32
Source§impl IntoWasmAbi for VecDataBlockUINT32
impl IntoWasmAbi for VecDataBlockUINT32
Source§impl RefFromWasmAbi for VecDataBlockUINT32
impl RefFromWasmAbi for VecDataBlockUINT32
Source§type Anchor = RcRef<VecDataBlockUINT32>
type Anchor = RcRef<VecDataBlockUINT32>
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 TryFromJsValue for VecDataBlockUINT32
impl TryFromJsValue for VecDataBlockUINT32
Source§impl VectorFromWasmAbi for VecDataBlockUINT32
impl VectorFromWasmAbi for VecDataBlockUINT32
type Abi = <Box<[JsValue]> as FromWasmAbi>::Abi
unsafe fn vector_from_abi(js: Self::Abi) -> Box<[VecDataBlockUINT32]>
Source§impl VectorIntoJsValue for VecDataBlockUINT32
impl VectorIntoJsValue for VecDataBlockUINT32
fn vector_into_jsvalue(vector: Box<[VecDataBlockUINT32]>) -> JsValue
Source§impl VectorIntoWasmAbi for VecDataBlockUINT32
impl VectorIntoWasmAbi for VecDataBlockUINT32
type Abi = <Box<[JsValue]> as IntoWasmAbi>::Abi
fn vector_into_abi(vector: Box<[VecDataBlockUINT32]>) -> Self::Abi
Source§impl WasmDescribeVector for VecDataBlockUINT32
impl WasmDescribeVector for VecDataBlockUINT32
impl SupportsConstructor for VecDataBlockUINT32
impl SupportsInstanceProperty for VecDataBlockUINT32
impl SupportsStaticProperty for VecDataBlockUINT32
Auto Trait Implementations§
impl Freeze for VecDataBlockUINT32
impl RefUnwindSafe for VecDataBlockUINT32
impl Send for VecDataBlockUINT32
impl Sync for VecDataBlockUINT32
impl Unpin for VecDataBlockUINT32
impl UnwindSafe for VecDataBlockUINT32
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
.