pub struct EsiAssetName {
pub item_id: i64,
pub name: String,
}Expand description
An asset name (from POST /corporations/{}/assets/names/).
Fields§
§item_id: i64§name: StringTrait Implementations§
Source§impl Clone for EsiAssetName
impl Clone for EsiAssetName
Source§fn clone(&self) -> EsiAssetName
fn clone(&self) -> EsiAssetName
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 Debug for EsiAssetName
impl Debug for EsiAssetName
Source§impl<'de> Deserialize<'de> for EsiAssetName
impl<'de> Deserialize<'de> for EsiAssetName
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 EsiAssetName
impl RefUnwindSafe for EsiAssetName
impl Send for EsiAssetName
impl Sync for EsiAssetName
impl Unpin for EsiAssetName
impl UnsafeUnpin for EsiAssetName
impl UnwindSafe for EsiAssetName
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