pub struct HistoricalNote {
pub version: String,
pub description: String,
}
Fields§
§version: String
§description: String
Trait Implementations§
Source§impl Debug for HistoricalNote
impl Debug for HistoricalNote
Source§impl FromValue for HistoricalNote
impl FromValue for HistoricalNote
Auto Trait Implementations§
impl Freeze for HistoricalNote
impl RefUnwindSafe for HistoricalNote
impl Send for HistoricalNote
impl Sync for HistoricalNote
impl Unpin for HistoricalNote
impl UnwindSafe for HistoricalNote
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