pub struct Service {
pub id: String,
pub _type: String,
pub service_endpoint: Value,
}Fields§
§id: String§_type: String§service_endpoint: ValueTrait Implementations§
source§impl<'de> Deserialize<'de> for Service
impl<'de> Deserialize<'de> for Service
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 Service
impl FromWasmAbi for Service
source§impl IntoWasmAbi for Service
impl IntoWasmAbi for Service
source§impl LongRefFromWasmAbi for Service
impl LongRefFromWasmAbi for Service
source§impl OptionFromWasmAbi for Service
impl OptionFromWasmAbi for Service
source§impl OptionIntoWasmAbi for Service
impl OptionIntoWasmAbi for Service
source§impl RefFromWasmAbi for Service
impl RefFromWasmAbi for Service
source§impl RefMutFromWasmAbi for Service
impl RefMutFromWasmAbi for Service
source§impl TryFromJsValue for Service
impl TryFromJsValue for Service
source§impl VectorFromWasmAbi for Service
impl VectorFromWasmAbi for Service
source§impl VectorIntoWasmAbi for Service
impl VectorIntoWasmAbi for Service
Auto Trait Implementations§
impl Freeze for Service
impl RefUnwindSafe for Service
impl Send for Service
impl Sync for Service
impl Unpin for Service
impl UnwindSafe for Service
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> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)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.