pub struct Integrations {
pub cleanspeak: Option<Box<CleanSpeakConfiguration>>,
pub kafka: Option<Box<KafkaConfiguration>>,
}
Expand description
Integrations : Available Integrations
Fields§
§cleanspeak: Option<Box<CleanSpeakConfiguration>>
§kafka: Option<Box<KafkaConfiguration>>
Implementations§
Source§impl Integrations
impl Integrations
Sourcepub fn new() -> Integrations
pub fn new() -> Integrations
Available Integrations
Trait Implementations§
Source§impl Clone for Integrations
impl Clone for Integrations
Source§fn clone(&self) -> Integrations
fn clone(&self) -> Integrations
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for Integrations
impl Debug for Integrations
Source§impl Default for Integrations
impl Default for Integrations
Source§fn default() -> Integrations
fn default() -> Integrations
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for Integrations
impl<'de> Deserialize<'de> for Integrations
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
Source§impl PartialEq for Integrations
impl PartialEq for Integrations
Source§impl Serialize for Integrations
impl Serialize for Integrations
impl StructuralPartialEq for Integrations
Auto Trait Implementations§
impl Freeze for Integrations
impl RefUnwindSafe for Integrations
impl Send for Integrations
impl Sync for Integrations
impl Unpin for Integrations
impl UnwindSafe for Integrations
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