pub struct VerifyResponse { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for VerifyResponse
impl<'de> Deserialize<'de> for VerifyResponse
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 From<VerifyResponse> for JsValue
impl From<VerifyResponse> for JsValue
Source§fn from(value: VerifyResponse) -> Self
fn from(value: VerifyResponse) -> Self
Converts to this type from the input type.
Source§impl FromWasmAbi for VerifyResponse
impl FromWasmAbi for VerifyResponse
Source§impl IntoWasmAbi for VerifyResponse
impl IntoWasmAbi for VerifyResponse
Source§impl LongRefFromWasmAbi for VerifyResponse
impl LongRefFromWasmAbi for VerifyResponse
Source§impl OptionFromWasmAbi for VerifyResponse
impl OptionFromWasmAbi for VerifyResponse
Source§impl OptionIntoWasmAbi for VerifyResponse
impl OptionIntoWasmAbi for VerifyResponse
Source§impl RefFromWasmAbi for VerifyResponse
impl RefFromWasmAbi for VerifyResponse
Source§type Anchor = RcRef<VerifyResponse>
type Anchor = RcRef<VerifyResponse>
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 VerifyResponse
impl RefMutFromWasmAbi for VerifyResponse
Source§impl Serialize for VerifyResponse
impl Serialize for VerifyResponse
Source§impl TryFromJsValue for VerifyResponse
impl TryFromJsValue for VerifyResponse
Source§impl VectorFromWasmAbi for VerifyResponse
impl VectorFromWasmAbi for VerifyResponse
type Abi = <Box<[JsValue]> as FromWasmAbi>::Abi
unsafe fn vector_from_abi(js: Self::Abi) -> Box<[VerifyResponse]>
Source§impl VectorIntoJsValue for VerifyResponse
impl VectorIntoJsValue for VerifyResponse
fn vector_into_jsvalue(vector: Box<[VerifyResponse]>) -> JsValue
Source§impl VectorIntoWasmAbi for VerifyResponse
impl VectorIntoWasmAbi for VerifyResponse
type Abi = <Box<[JsValue]> as IntoWasmAbi>::Abi
fn vector_into_abi(vector: Box<[VerifyResponse]>) -> Self::Abi
Source§impl WasmDescribeVector for VerifyResponse
impl WasmDescribeVector for VerifyResponse
impl SupportsConstructor for VerifyResponse
impl SupportsInstanceProperty for VerifyResponse
impl SupportsStaticProperty for VerifyResponse
Auto Trait Implementations§
impl Freeze for VerifyResponse
impl RefUnwindSafe for VerifyResponse
impl Send for VerifyResponse
impl Sync for VerifyResponse
impl Unpin for VerifyResponse
impl UnwindSafe for VerifyResponse
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> Instrument for T
impl<T> Instrument for T
Source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
Source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
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
.