pub struct GetAnalyzerResponse {
pub analyzer: AnalyzerSummary,
}
Expand description
The response to the request.
Fields§
§analyzer: AnalyzerSummary
An AnalyzerSummary
object that contains information about the analyzer.
Trait Implementations§
Source§impl Clone for GetAnalyzerResponse
impl Clone for GetAnalyzerResponse
Source§fn clone(&self) -> GetAnalyzerResponse
fn clone(&self) -> GetAnalyzerResponse
Returns a duplicate of the value. Read more
1.0.0 · 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 GetAnalyzerResponse
impl Debug for GetAnalyzerResponse
Source§impl Default for GetAnalyzerResponse
impl Default for GetAnalyzerResponse
Source§fn default() -> GetAnalyzerResponse
fn default() -> GetAnalyzerResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GetAnalyzerResponse
impl<'de> Deserialize<'de> for GetAnalyzerResponse
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
Source§impl PartialEq for GetAnalyzerResponse
impl PartialEq for GetAnalyzerResponse
impl StructuralPartialEq for GetAnalyzerResponse
Auto Trait Implementations§
impl Freeze for GetAnalyzerResponse
impl RefUnwindSafe for GetAnalyzerResponse
impl Send for GetAnalyzerResponse
impl Sync for GetAnalyzerResponse
impl Unpin for GetAnalyzerResponse
impl UnwindSafe for GetAnalyzerResponse
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