Struct factorio_mod_api::api::ModLicense
source · pub struct ModLicense {
pub id: String,
pub name: String,
pub title: String,
pub description: String,
pub url: Url,
}
Fields
id: String
name: String
title: String
description: String
url: Url
Trait Implementations
sourceimpl Debug for ModLicense
impl Debug for ModLicense
sourceimpl<'de> Deserialize<'de> for ModLicense
impl<'de> Deserialize<'de> for ModLicense
sourcefn 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 RefUnwindSafe for ModLicense
impl Send for ModLicense
impl Sync for ModLicense
impl Unpin for ModLicense
impl UnwindSafe for ModLicense
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more