pub struct StreamTransformOptions { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl Clone for StreamTransformOptions
impl Clone for StreamTransformOptions
Source§fn clone(&self) -> StreamTransformOptions
fn clone(&self) -> StreamTransformOptions
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for StreamTransformOptions
impl Debug for StreamTransformOptions
Source§impl From<StreamTransformOptions> for JsValue
impl From<StreamTransformOptions> for JsValue
Source§fn from(value: StreamTransformOptions) -> Self
fn from(value: StreamTransformOptions) -> Self
Converts to this type from the input type.
Source§impl FromWasmAbi for StreamTransformOptions
impl FromWasmAbi for StreamTransformOptions
Source§impl IntoWasmAbi for StreamTransformOptions
impl IntoWasmAbi for StreamTransformOptions
Source§impl PartialEq for StreamTransformOptions
impl PartialEq for StreamTransformOptions
Source§impl RefFromWasmAbi for StreamTransformOptions
impl RefFromWasmAbi for StreamTransformOptions
Source§type Anchor = RcRef<StreamTransformOptions>
type Anchor = RcRef<StreamTransformOptions>
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 VectorFromWasmAbi for StreamTransformOptions
impl VectorFromWasmAbi for StreamTransformOptions
type Abi = <Box<[JsValue]> as FromWasmAbi>::Abi
unsafe fn vector_from_abi(js: Self::Abi) -> Box<[StreamTransformOptions]>
Source§impl VectorIntoJsValue for StreamTransformOptions
impl VectorIntoJsValue for StreamTransformOptions
fn vector_into_jsvalue(vector: Box<[StreamTransformOptions]>) -> JsValue
Source§impl VectorIntoWasmAbi for StreamTransformOptions
impl VectorIntoWasmAbi for StreamTransformOptions
type Abi = <Box<[JsValue]> as IntoWasmAbi>::Abi
fn vector_into_abi(vector: Box<[StreamTransformOptions]>) -> Self::Abi
Source§impl WasmDescribeVector for StreamTransformOptions
impl WasmDescribeVector for StreamTransformOptions
impl Eq for StreamTransformOptions
impl StructuralPartialEq for StreamTransformOptions
impl SupportsConstructor for StreamTransformOptions
impl SupportsInstanceProperty for StreamTransformOptions
impl SupportsStaticProperty for StreamTransformOptions
Auto Trait Implementations§
impl Freeze for StreamTransformOptions
impl RefUnwindSafe for StreamTransformOptions
impl !Send for StreamTransformOptions
impl !Sync for StreamTransformOptions
impl Unpin for StreamTransformOptions
impl UnwindSafe for StreamTransformOptions
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
.