Struct ceramic_config::Node
source · pub struct Node {
pub gateway: bool,
pub sync_override: bool,
pub stream_cache_limit: usize,
}Fields§
§gateway: bool§sync_override: bool§stream_cache_limit: usizeTrait Implementations§
source§impl<'de> Deserialize<'de> for Node
impl<'de> Deserialize<'de> for Node
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 Node
impl FromWasmAbi for Node
source§impl IntoWasmAbi for Node
impl IntoWasmAbi for Node
source§impl LongRefFromWasmAbi for Node
impl LongRefFromWasmAbi for Node
source§impl OptionFromWasmAbi for Node
impl OptionFromWasmAbi for Node
source§impl OptionIntoWasmAbi for Node
impl OptionIntoWasmAbi for Node
source§impl RefFromWasmAbi for Node
impl RefFromWasmAbi for Node
source§impl RefMutFromWasmAbi for Node
impl RefMutFromWasmAbi for Node
Auto Trait Implementations§
impl RefUnwindSafe for Node
impl Send for Node
impl Sync for Node
impl Unpin for Node
impl UnwindSafe for Node
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.