pub struct FAHClient {Show 15 fields
pub version: String,
pub author: String,
pub copyright: String,
pub homepage: String,
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,
pub args: String,
pub config: String,
}
Fields§
§version: String
§copyright: String
§homepage: String
§date: String
§time: String
§revision: String
§branch: String
§compiler: String
§options: String
§platform: String
§bits: String
§mode: String
§args: String
§config: String
Trait Implementations§
Source§impl<'de> Deserialize<'de> for FAHClient
impl<'de> Deserialize<'de> for FAHClient
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 FAHClient
impl StructuralPartialEq for FAHClient
Auto Trait Implementations§
impl Freeze for FAHClient
impl RefUnwindSafe for FAHClient
impl Send for FAHClient
impl Sync for FAHClient
impl Unpin for FAHClient
impl UnwindSafe for FAHClient
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