pub struct LibFAH {
pub date: String,
pub time: String,
pub revision: String,
pub branch: String,
pub compiler: String,
pub options: String,
pub platform: String,
pub bits: String,
pub mode: String,
}
Fields§
§date: String
§time: String
§revision: String
§branch: String
§compiler: String
§options: String
§platform: String
§bits: String
§mode: String
Trait Implementations§
Source§impl<'de> Deserialize<'de> for LibFAH
impl<'de> Deserialize<'de> for LibFAH
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
impl Eq for LibFAH
impl StructuralPartialEq for LibFAH
Auto Trait Implementations§
impl Freeze for LibFAH
impl RefUnwindSafe for LibFAH
impl Send for LibFAH
impl Sync for LibFAH
impl Unpin for LibFAH
impl UnwindSafe for LibFAH
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