pub struct AnalysisInfo {
pub mode: String,
pub generated_at: Option<String>,
pub offline: bool,
}Fields§
§mode: String§generated_at: Option<String>§offline: boolTrait Implementations§
Source§impl Clone for AnalysisInfo
impl Clone for AnalysisInfo
Source§fn clone(&self) -> AnalysisInfo
fn clone(&self) -> AnalysisInfo
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for AnalysisInfo
impl Debug for AnalysisInfo
Source§impl<'de> Deserialize<'de> for AnalysisInfo
impl<'de> Deserialize<'de> for AnalysisInfo
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
Auto Trait Implementations§
impl Freeze for AnalysisInfo
impl RefUnwindSafe for AnalysisInfo
impl Send for AnalysisInfo
impl Sync for AnalysisInfo
impl Unpin for AnalysisInfo
impl UnsafeUnpin for AnalysisInfo
impl UnwindSafe for AnalysisInfo
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