pub struct HttpUrlDestinationSummary {
pub confirmation_url: Option<String>,
}Expand description
Information about an HTTP URL destination.
Fields§
§confirmation_url: Option<String>The URL used to confirm ownership of or access to the HTTP topic rule destination URL.
Trait Implementations§
Source§impl Clone for HttpUrlDestinationSummary
impl Clone for HttpUrlDestinationSummary
Source§fn clone(&self) -> HttpUrlDestinationSummary
fn clone(&self) -> HttpUrlDestinationSummary
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 Debug for HttpUrlDestinationSummary
impl Debug for HttpUrlDestinationSummary
Source§impl Default for HttpUrlDestinationSummary
impl Default for HttpUrlDestinationSummary
Source§fn default() -> HttpUrlDestinationSummary
fn default() -> HttpUrlDestinationSummary
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for HttpUrlDestinationSummary
impl<'de> Deserialize<'de> for HttpUrlDestinationSummary
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 StructuralPartialEq for HttpUrlDestinationSummary
Auto Trait Implementations§
impl Freeze for HttpUrlDestinationSummary
impl RefUnwindSafe for HttpUrlDestinationSummary
impl Send for HttpUrlDestinationSummary
impl Sync for HttpUrlDestinationSummary
impl Unpin for HttpUrlDestinationSummary
impl UnwindSafe for HttpUrlDestinationSummary
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