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§
Source§impl Debug for ModLicense
impl Debug for ModLicense
Source§impl<'de> Deserialize<'de> for ModLicense
impl<'de> Deserialize<'de> for ModLicense
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 ModLicense
impl RefUnwindSafe for ModLicense
impl Send for ModLicense
impl Sync for ModLicense
impl Unpin for ModLicense
impl UnwindSafe for ModLicense
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