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