pub struct SubgraphPluginConfig {
pub uuid: Uuid,
pub ipc_token: String,
pub subgraph_request: SubgraphRequest,
}Fields§
§uuid: Uuid§ipc_token: String§subgraph_request: SubgraphRequestTrait Implementations§
Source§impl Clone for SubgraphPluginConfig
impl Clone for SubgraphPluginConfig
Source§fn clone(&self) -> SubgraphPluginConfig
fn clone(&self) -> SubgraphPluginConfig
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for SubgraphPluginConfig
impl Debug for SubgraphPluginConfig
Source§impl<'de> Deserialize<'de> for SubgraphPluginConfig
impl<'de> Deserialize<'de> for SubgraphPluginConfig
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
Auto Trait Implementations§
impl Freeze for SubgraphPluginConfig
impl RefUnwindSafe for SubgraphPluginConfig
impl Send for SubgraphPluginConfig
impl Sync for SubgraphPluginConfig
impl Unpin for SubgraphPluginConfig
impl UnwindSafe for SubgraphPluginConfig
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