pub struct GoogleCloudApigeeV1SecurityProfileScoringConfig {
pub description: Option<String>,
pub score_path: Option<String>,
pub title: Option<String>,
}Expand description
Security configurations to manage scoring.
This type is not used in any activity, and only used as part of another schema.
Fields§
§description: Option<String>Description of the config.
score_path: Option<String>Path of the component config used for scoring.
title: Option<String>Title of the config.
Trait Implementations§
Source§impl Clone for GoogleCloudApigeeV1SecurityProfileScoringConfig
impl Clone for GoogleCloudApigeeV1SecurityProfileScoringConfig
Source§fn clone(&self) -> GoogleCloudApigeeV1SecurityProfileScoringConfig
fn clone(&self) -> GoogleCloudApigeeV1SecurityProfileScoringConfig
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 Default for GoogleCloudApigeeV1SecurityProfileScoringConfig
impl Default for GoogleCloudApigeeV1SecurityProfileScoringConfig
Source§fn default() -> GoogleCloudApigeeV1SecurityProfileScoringConfig
fn default() -> GoogleCloudApigeeV1SecurityProfileScoringConfig
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GoogleCloudApigeeV1SecurityProfileScoringConfig
impl<'de> Deserialize<'de> for GoogleCloudApigeeV1SecurityProfileScoringConfig
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 Part for GoogleCloudApigeeV1SecurityProfileScoringConfig
Auto Trait Implementations§
impl Freeze for GoogleCloudApigeeV1SecurityProfileScoringConfig
impl RefUnwindSafe for GoogleCloudApigeeV1SecurityProfileScoringConfig
impl Send for GoogleCloudApigeeV1SecurityProfileScoringConfig
impl Sync for GoogleCloudApigeeV1SecurityProfileScoringConfig
impl Unpin for GoogleCloudApigeeV1SecurityProfileScoringConfig
impl UnwindSafe for GoogleCloudApigeeV1SecurityProfileScoringConfig
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