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