pub struct TopicRuleDestinationConfiguration {
pub http_url_configuration: Option<HttpUrlDestinationConfiguration>,
}Expand description
Configuration of the topic rule destination.
Fields§
§http_url_configuration: Option<HttpUrlDestinationConfiguration>Configuration of the HTTP URL.
Trait Implementations§
Source§impl Clone for TopicRuleDestinationConfiguration
impl Clone for TopicRuleDestinationConfiguration
Source§fn clone(&self) -> TopicRuleDestinationConfiguration
fn clone(&self) -> TopicRuleDestinationConfiguration
Returns a duplicate 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 Default for TopicRuleDestinationConfiguration
impl Default for TopicRuleDestinationConfiguration
Source§fn default() -> TopicRuleDestinationConfiguration
fn default() -> TopicRuleDestinationConfiguration
Returns the “default value” for a type. Read more
Source§impl PartialEq for TopicRuleDestinationConfiguration
impl PartialEq for TopicRuleDestinationConfiguration
Source§fn eq(&self, other: &TopicRuleDestinationConfiguration) -> bool
fn eq(&self, other: &TopicRuleDestinationConfiguration) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for TopicRuleDestinationConfiguration
Auto Trait Implementations§
impl Freeze for TopicRuleDestinationConfiguration
impl RefUnwindSafe for TopicRuleDestinationConfiguration
impl Send for TopicRuleDestinationConfiguration
impl Sync for TopicRuleDestinationConfiguration
impl Unpin for TopicRuleDestinationConfiguration
impl UnwindSafe for TopicRuleDestinationConfiguration
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