pub enum DingTalkType {
DingTalk,
WeChatWork,
}Expand description
Send Dingtalk or WeChatWork message
Variants§
Trait Implementations§
Source§impl Clone for DingTalkType
impl Clone for DingTalkType
Source§fn clone(&self) -> DingTalkType
fn clone(&self) -> DingTalkType
Returns a copy 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 DingTalkType
impl Debug for DingTalkType
Source§impl Default for DingTalkType
Default DingTalkType is DingTalk
impl Default for DingTalkType
Default DingTalkType is DingTalk
impl Copy for DingTalkType
Auto Trait Implementations§
impl Freeze for DingTalkType
impl RefUnwindSafe for DingTalkType
impl Send for DingTalkType
impl Sync for DingTalkType
impl Unpin for DingTalkType
impl UnwindSafe for DingTalkType
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