pub struct NotificationTargetConfigVariant2 {
pub kind: AgentScorerConfigType,
pub url: String,
pub format: NotificationTargetConfigVariant2format,
pub has_signing_secret: bool,
}Expand description
NotificationTargetConfigVariant2 model.
Fields§
§kind: AgentScorerConfigType§url: String§format: NotificationTargetConfigVariant2format§has_signing_secret: boolWhether a secret is configured. The secret itself is never returned.
Trait Implementations§
Source§impl Clone for NotificationTargetConfigVariant2
impl Clone for NotificationTargetConfigVariant2
Source§fn clone(&self) -> NotificationTargetConfigVariant2
fn clone(&self) -> NotificationTargetConfigVariant2
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 Default for NotificationTargetConfigVariant2
impl Default for NotificationTargetConfigVariant2
Source§fn default() -> NotificationTargetConfigVariant2
fn default() -> NotificationTargetConfigVariant2
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for NotificationTargetConfigVariant2
impl<'de> Deserialize<'de> for NotificationTargetConfigVariant2
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 StructuralPartialEq for NotificationTargetConfigVariant2
Auto Trait Implementations§
impl Freeze for NotificationTargetConfigVariant2
impl RefUnwindSafe for NotificationTargetConfigVariant2
impl Send for NotificationTargetConfigVariant2
impl Sync for NotificationTargetConfigVariant2
impl Unpin for NotificationTargetConfigVariant2
impl UnsafeUnpin for NotificationTargetConfigVariant2
impl UnwindSafe for NotificationTargetConfigVariant2
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