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<'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