pub struct IrInfo {
pub title: String,
pub description: Option<String>,
pub version: String,
pub terms_of_service: Option<String>,
pub contact: Option<IrContact>,
pub license: Option<IrLicense>,
}Expand description
API metadata.
Fields§
§title: String§description: Option<String>§version: String§terms_of_service: Option<String>§contact: Option<IrContact>§license: Option<IrLicense>Trait Implementations§
Auto Trait Implementations§
impl Freeze for IrInfo
impl RefUnwindSafe for IrInfo
impl Send for IrInfo
impl Sync for IrInfo
impl Unpin for IrInfo
impl UnsafeUnpin for IrInfo
impl UnwindSafe for IrInfo
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