pub enum CardKind {
AdaptiveCard(Value),
Http(HttpConfig),
}Variants§
AdaptiveCard(Value)
Http(HttpConfig)
Trait Implementations§
impl StructuralPartialEq for CardKind
Auto Trait Implementations§
impl Freeze for CardKind
impl RefUnwindSafe for CardKind
impl Send for CardKind
impl Sync for CardKind
impl Unpin for CardKind
impl UnsafeUnpin for CardKind
impl UnwindSafe for CardKind
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