pub struct IrLicense {
pub name: String,
pub url: Option<String>,
pub identifier: Option<String>,
}Expand description
License information.
Fields§
§name: String§url: Option<String>§identifier: Option<String>Trait Implementations§
Auto Trait Implementations§
impl Freeze for IrLicense
impl RefUnwindSafe for IrLicense
impl Send for IrLicense
impl Sync for IrLicense
impl Unpin for IrLicense
impl UnsafeUnpin for IrLicense
impl UnwindSafe for IrLicense
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