pub struct SubgraphConfigMap {
pub outer: String,
pub node: NodeId,
pub inner: String,
}Fields§
§outer: StringField on the outer descriptor.
node: NodeIdLocal node receiving the bound value.
inner: StringField on the inner node descriptor.
Trait Implementations§
Source§impl Clone for SubgraphConfigMap
impl Clone for SubgraphConfigMap
Source§fn clone(&self) -> SubgraphConfigMap
fn clone(&self) -> SubgraphConfigMap
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 SubgraphConfigMap
impl Debug for SubgraphConfigMap
Source§impl<'de> Deserialize<'de> for SubgraphConfigMap
impl<'de> Deserialize<'de> for SubgraphConfigMap
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
impl Eq for SubgraphConfigMap
Source§impl Ord for SubgraphConfigMap
impl Ord for SubgraphConfigMap
Source§fn cmp(&self, other: &SubgraphConfigMap) -> Ordering
fn cmp(&self, other: &SubgraphConfigMap) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
1.21.0 (const: unstable) · Source§fn min(self, other: Self) -> Selfwhere
Self: Sized,
fn min(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the minimum of two values. Read more
Source§impl PartialEq for SubgraphConfigMap
impl PartialEq for SubgraphConfigMap
Source§impl PartialOrd for SubgraphConfigMap
impl PartialOrd for SubgraphConfigMap
Source§impl Serialize for SubgraphConfigMap
impl Serialize for SubgraphConfigMap
impl StructuralPartialEq for SubgraphConfigMap
Auto Trait Implementations§
impl Freeze for SubgraphConfigMap
impl RefUnwindSafe for SubgraphConfigMap
impl Send for SubgraphConfigMap
impl Sync for SubgraphConfigMap
impl Unpin for SubgraphConfigMap
impl UnsafeUnpin for SubgraphConfigMap
impl UnwindSafe for SubgraphConfigMap
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