pub struct GetAssetsGraph200ResponseRunnablesInner {
pub path: String,
pub usage_kind: AssetUsageKind,
pub in_pipeline: Option<bool>,
}Fields§
§path: String§usage_kind: AssetUsageKind§in_pipeline: Option<bool>True iff the script is a pipeline member (deployed with // pipeline). Omitted when false.
Implementations§
Source§impl GetAssetsGraph200ResponseRunnablesInner
impl GetAssetsGraph200ResponseRunnablesInner
pub fn new( path: String, usage_kind: AssetUsageKind, ) -> GetAssetsGraph200ResponseRunnablesInner
Trait Implementations§
Source§impl Clone for GetAssetsGraph200ResponseRunnablesInner
impl Clone for GetAssetsGraph200ResponseRunnablesInner
Source§fn clone(&self) -> GetAssetsGraph200ResponseRunnablesInner
fn clone(&self) -> GetAssetsGraph200ResponseRunnablesInner
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 Default for GetAssetsGraph200ResponseRunnablesInner
impl Default for GetAssetsGraph200ResponseRunnablesInner
Source§fn default() -> GetAssetsGraph200ResponseRunnablesInner
fn default() -> GetAssetsGraph200ResponseRunnablesInner
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GetAssetsGraph200ResponseRunnablesInner
impl<'de> Deserialize<'de> for GetAssetsGraph200ResponseRunnablesInner
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 GetAssetsGraph200ResponseRunnablesInner
impl PartialEq for GetAssetsGraph200ResponseRunnablesInner
Source§fn eq(&self, other: &GetAssetsGraph200ResponseRunnablesInner) -> bool
fn eq(&self, other: &GetAssetsGraph200ResponseRunnablesInner) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for GetAssetsGraph200ResponseRunnablesInner
Auto Trait Implementations§
impl Freeze for GetAssetsGraph200ResponseRunnablesInner
impl RefUnwindSafe for GetAssetsGraph200ResponseRunnablesInner
impl Send for GetAssetsGraph200ResponseRunnablesInner
impl Sync for GetAssetsGraph200ResponseRunnablesInner
impl Unpin for GetAssetsGraph200ResponseRunnablesInner
impl UnsafeUnpin for GetAssetsGraph200ResponseRunnablesInner
impl UnwindSafe for GetAssetsGraph200ResponseRunnablesInner
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