pub struct GetAssetsGraph200ResponseTestEdgesInner {
pub producer_kind: AssetUsageKind,
pub producer_path: String,
pub runnable_kind: AssetUsageKind,
pub runnable_path: String,
pub asset_kind: AssetKind,
pub asset_path: String,
}Fields§
§producer_kind: AssetUsageKind§producer_path: String§runnable_kind: AssetUsageKind§runnable_path: String§asset_kind: AssetKind§asset_path: StringImplementations§
Source§impl GetAssetsGraph200ResponseTestEdgesInner
impl GetAssetsGraph200ResponseTestEdgesInner
pub fn new( producer_kind: AssetUsageKind, producer_path: String, runnable_kind: AssetUsageKind, runnable_path: String, asset_kind: AssetKind, asset_path: String, ) -> GetAssetsGraph200ResponseTestEdgesInner
Trait Implementations§
Source§impl Clone for GetAssetsGraph200ResponseTestEdgesInner
impl Clone for GetAssetsGraph200ResponseTestEdgesInner
Source§fn clone(&self) -> GetAssetsGraph200ResponseTestEdgesInner
fn clone(&self) -> GetAssetsGraph200ResponseTestEdgesInner
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 GetAssetsGraph200ResponseTestEdgesInner
impl Default for GetAssetsGraph200ResponseTestEdgesInner
Source§fn default() -> GetAssetsGraph200ResponseTestEdgesInner
fn default() -> GetAssetsGraph200ResponseTestEdgesInner
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GetAssetsGraph200ResponseTestEdgesInner
impl<'de> Deserialize<'de> for GetAssetsGraph200ResponseTestEdgesInner
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 GetAssetsGraph200ResponseTestEdgesInner
impl PartialEq for GetAssetsGraph200ResponseTestEdgesInner
Source§fn eq(&self, other: &GetAssetsGraph200ResponseTestEdgesInner) -> bool
fn eq(&self, other: &GetAssetsGraph200ResponseTestEdgesInner) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for GetAssetsGraph200ResponseTestEdgesInner
Auto Trait Implementations§
impl Freeze for GetAssetsGraph200ResponseTestEdgesInner
impl RefUnwindSafe for GetAssetsGraph200ResponseTestEdgesInner
impl Send for GetAssetsGraph200ResponseTestEdgesInner
impl Sync for GetAssetsGraph200ResponseTestEdgesInner
impl Unpin for GetAssetsGraph200ResponseTestEdgesInner
impl UnsafeUnpin for GetAssetsGraph200ResponseTestEdgesInner
impl UnwindSafe for GetAssetsGraph200ResponseTestEdgesInner
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