pub struct DingtalkChannelConfig {
pub webhook_url: String,
pub keywords: Vec<String>,
}Fields§
§webhook_url: String§keywords: Vec<String>Trait Implementations§
Source§impl Clone for DingtalkChannelConfig
impl Clone for DingtalkChannelConfig
Source§fn clone(&self) -> DingtalkChannelConfig
fn clone(&self) -> DingtalkChannelConfig
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 DingtalkChannelConfig
impl Debug for DingtalkChannelConfig
Source§impl<'de> Deserialize<'de> for DingtalkChannelConfig
impl<'de> Deserialize<'de> for DingtalkChannelConfig
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 Eq for DingtalkChannelConfig
Source§impl PartialEq for DingtalkChannelConfig
impl PartialEq for DingtalkChannelConfig
Source§fn eq(&self, other: &DingtalkChannelConfig) -> bool
fn eq(&self, other: &DingtalkChannelConfig) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for DingtalkChannelConfig
impl Serialize for DingtalkChannelConfig
impl StructuralPartialEq for DingtalkChannelConfig
Auto Trait Implementations§
impl Freeze for DingtalkChannelConfig
impl RefUnwindSafe for DingtalkChannelConfig
impl Send for DingtalkChannelConfig
impl Sync for DingtalkChannelConfig
impl Unpin for DingtalkChannelConfig
impl UnsafeUnpin for DingtalkChannelConfig
impl UnwindSafe for DingtalkChannelConfig
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