Struct ceramic_config::Network
source · pub struct Network {
pub id: NetworkIdentifier,
pub pubsub_topic: Option<String>,
}Fields§
§id: NetworkIdentifier§pubsub_topic: Option<String>Implementations§
Trait Implementations§
source§impl<'de> Deserialize<'de> for Network
impl<'de> Deserialize<'de> for Network
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 Network
impl FromWasmAbi for Network
source§impl IntoWasmAbi for Network
impl IntoWasmAbi for Network
source§impl LongRefFromWasmAbi for Network
impl LongRefFromWasmAbi for Network
source§impl OptionFromWasmAbi for Network
impl OptionFromWasmAbi for Network
source§impl OptionIntoWasmAbi for Network
impl OptionIntoWasmAbi for Network
source§impl RefFromWasmAbi for Network
impl RefFromWasmAbi for Network
source§impl RefMutFromWasmAbi for Network
impl RefMutFromWasmAbi for Network
Auto Trait Implementations§
impl RefUnwindSafe for Network
impl Send for Network
impl Sync for Network
impl Unpin for Network
impl UnwindSafe for Network
Blanket Implementations§
source§impl<T> ReturnWasmAbi for Twhere
T: IntoWasmAbi,
impl<T> ReturnWasmAbi for Twhere T: IntoWasmAbi,
§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.