pub struct Provider { /* private fields */ }
Expand description
Provider struct to test data conversion
Implementations§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for Provider
impl<'de> Deserialize<'de> for Provider
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl FromWasmAbi for Provider
impl FromWasmAbi for Provider
Source§impl IntoWasmAbi for Provider
impl IntoWasmAbi for Provider
Source§impl LongRefFromWasmAbi for Provider
impl LongRefFromWasmAbi for Provider
Source§impl OptionFromWasmAbi for Provider
impl OptionFromWasmAbi for Provider
Source§impl OptionIntoWasmAbi for Provider
impl OptionIntoWasmAbi for Provider
Source§impl RefFromWasmAbi for Provider
impl RefFromWasmAbi for Provider
Source§impl RefMutFromWasmAbi for Provider
impl RefMutFromWasmAbi for Provider
Source§impl TryFromJsValue for Provider
impl TryFromJsValue for Provider
Source§impl VectorFromWasmAbi for Provider
impl VectorFromWasmAbi for Provider
Source§impl VectorIntoWasmAbi for Provider
impl VectorIntoWasmAbi for Provider
impl SupportsConstructor for Provider
impl SupportsInstanceProperty for Provider
impl SupportsStaticProperty for Provider
Auto Trait Implementations§
impl Freeze for Provider
impl RefUnwindSafe for Provider
impl Send for Provider
impl Sync for Provider
impl Unpin for Provider
impl UnwindSafe for Provider
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
.