pub struct GetGraphQuery {
pub pipeline: Option<String>,
}Expand description
query parameters for getGraph.
Fields§
§pipeline: Option<String>Draw only what this pipeline sets in motion. Omit for the whole factory.
A factory holds several pipelines and they are genuinely separate workflows — a nightly sweep has nothing to do with taking a work item to a pull request. Drawn together they read as one very confused process. An agent belonging to two workflows appears in both, which is the honest answer.
Trait Implementations§
Source§impl Clone for GetGraphQuery
impl Clone for GetGraphQuery
Source§impl Debug for GetGraphQuery
impl Debug for GetGraphQuery
Source§impl<'de> Deserialize<'de> for GetGraphQuery
impl<'de> Deserialize<'de> for GetGraphQuery
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 PartialEq for GetGraphQuery
impl PartialEq for GetGraphQuery
Source§impl Serialize for GetGraphQuery
impl Serialize for GetGraphQuery
impl StructuralPartialEq for GetGraphQuery
Auto Trait Implementations§
impl Freeze for GetGraphQuery
impl RefUnwindSafe for GetGraphQuery
impl Send for GetGraphQuery
impl Sync for GetGraphQuery
impl Unpin for GetGraphQuery
impl UnsafeUnpin for GetGraphQuery
impl UnwindSafe for GetGraphQuery
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