pub struct ECPoint { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for ECPoint
impl<'de> Deserialize<'de> for ECPoint
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 ECPoint
impl FromWasmAbi for ECPoint
Source§impl IntoWasmAbi for ECPoint
impl IntoWasmAbi for ECPoint
Source§impl LongRefFromWasmAbi for ECPoint
impl LongRefFromWasmAbi for ECPoint
Source§impl OptionFromWasmAbi for ECPoint
impl OptionFromWasmAbi for ECPoint
Source§impl OptionIntoWasmAbi for ECPoint
impl OptionIntoWasmAbi for ECPoint
Source§impl RefFromWasmAbi for ECPoint
impl RefFromWasmAbi for ECPoint
Source§impl RefMutFromWasmAbi for ECPoint
impl RefMutFromWasmAbi for ECPoint
Source§impl TryFromJsValue for ECPoint
impl TryFromJsValue for ECPoint
Source§impl VectorFromWasmAbi for ECPoint
impl VectorFromWasmAbi for ECPoint
Source§impl VectorIntoWasmAbi for ECPoint
impl VectorIntoWasmAbi for ECPoint
impl SupportsConstructor for ECPoint
impl SupportsInstanceProperty for ECPoint
impl SupportsStaticProperty for ECPoint
Auto Trait Implementations§
impl Freeze for ECPoint
impl RefUnwindSafe for ECPoint
impl Send for ECPoint
impl Sync for ECPoint
impl Unpin for ECPoint
impl UnwindSafe for ECPoint
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
.