pub struct CBang {
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 CBang
impl<'de> Deserialize<'de> for CBang
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 CBang
impl StructuralPartialEq for CBang
Auto Trait Implementations§
impl Freeze for CBang
impl RefUnwindSafe for CBang
impl Send for CBang
impl Sync for CBang
impl Unpin for CBang
impl UnwindSafe for CBang
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