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