pub struct PropertiesWithNodes {
pub properties: Vec<Property>,
pub nodes: Vec<Node>,
}Expand description
Possible result in SuccessResponse::response after
GET /pipelines API request
Fields§
§properties: Vec<Property>§nodes: Vec<Node>Trait Implementations§
Source§impl Clone for PropertiesWithNodes
impl Clone for PropertiesWithNodes
Source§fn clone(&self) -> PropertiesWithNodes
fn clone(&self) -> PropertiesWithNodes
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 PropertiesWithNodes
impl Debug for PropertiesWithNodes
Source§impl<'de> Deserialize<'de> for PropertiesWithNodes
impl<'de> Deserialize<'de> for PropertiesWithNodes
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 PropertiesWithNodes
impl RefUnwindSafe for PropertiesWithNodes
impl Send for PropertiesWithNodes
impl Sync for PropertiesWithNodes
impl Unpin for PropertiesWithNodes
impl UnwindSafe for PropertiesWithNodes
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