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 LongRefFromWasmAbi for FilePathWithHeaders
impl LongRefFromWasmAbi for FilePathWithHeaders
Source§type Abi = WasmPtr<WasmRefCell<FilePathWithHeaders>>
type Abi = WasmPtr<WasmRefCell<FilePathWithHeaders>>
Same as
RefFromWasmAbi::AbiSource§type Anchor = RcRef<FilePathWithHeaders>
type Anchor = RcRef<FilePathWithHeaders>
Same as
RefFromWasmAbi::AnchorSource§unsafe fn long_ref_from_abi(js: Self::Abi) -> Self::Anchor
unsafe fn long_ref_from_abi(js: Self::Abi) -> Self::Anchor
Same as
RefFromWasmAbi::ref_from_abiSource§impl RefFromWasmAbi for FilePathWithHeaders
impl RefFromWasmAbi for FilePathWithHeaders
Source§type Abi = WasmPtr<WasmRefCell<FilePathWithHeaders>>
type Abi = WasmPtr<WasmRefCell<FilePathWithHeaders>>
The Wasm ABI type references to
Self are recovered from.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 RefMutFromWasmAbi for FilePathWithHeaders
impl RefMutFromWasmAbi for FilePathWithHeaders
Source§type Abi = WasmPtr<WasmRefCell<FilePathWithHeaders>>
type Abi = WasmPtr<WasmRefCell<FilePathWithHeaders>>
Same as
RefFromWasmAbi::AbiSource§type Anchor = RcRefMut<FilePathWithHeaders>
type Anchor = RcRefMut<FilePathWithHeaders>
Same as
RefFromWasmAbi::AnchorSource§unsafe fn ref_mut_from_abi(js: Self::Abi) -> Self::Anchor
unsafe fn ref_mut_from_abi(js: Self::Abi) -> Self::Anchor
Same as
RefFromWasmAbi::ref_from_abiimpl SupportsConstructor for FilePathWithHeaders
impl SupportsInstanceProperty for FilePathWithHeaders
impl SupportsStaticProperty for FilePathWithHeaders
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 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
Auto Trait Implementations§
impl Freeze for FilePathWithHeaders
impl RefUnwindSafe for FilePathWithHeaders
impl Send for FilePathWithHeaders
impl Sync for FilePathWithHeaders
impl Unpin for FilePathWithHeaders
impl UnsafeUnpin 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::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.