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