pub struct ApdInfo {
pub status: &'static str,
pub name: &'static str,
pub year: i64,
pub description: &'static str,
}Fields§
§status: &'static str§name: &'static str§year: i64§description: &'static strAuto Trait Implementations§
impl Freeze for ApdInfo
impl RefUnwindSafe for ApdInfo
impl Send for ApdInfo
impl Sync for ApdInfo
impl Unpin for ApdInfo
impl UnsafeUnpin for ApdInfo
impl UnwindSafe for ApdInfo
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