pub struct EventHubV2StreamInputDataSource {
pub properties: Option<EventHubStreamInputDataSourceProperties>,
}Expand description
Describes an Event Hub input data source that contains stream data.
Fields§
§properties: Option<EventHubStreamInputDataSourceProperties>The properties that are associated with a Event Hub input containing stream data.
Implementations§
Trait Implementations§
Source§impl Clone for EventHubV2StreamInputDataSource
impl Clone for EventHubV2StreamInputDataSource
Source§fn clone(&self) -> EventHubV2StreamInputDataSource
fn clone(&self) -> EventHubV2StreamInputDataSource
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<'de> Deserialize<'de> for EventHubV2StreamInputDataSource
impl<'de> Deserialize<'de> for EventHubV2StreamInputDataSource
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 EventHubV2StreamInputDataSource
impl PartialEq for EventHubV2StreamInputDataSource
Source§fn eq(&self, other: &EventHubV2StreamInputDataSource) -> bool
fn eq(&self, other: &EventHubV2StreamInputDataSource) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for EventHubV2StreamInputDataSource
Auto Trait Implementations§
impl Freeze for EventHubV2StreamInputDataSource
impl RefUnwindSafe for EventHubV2StreamInputDataSource
impl Send for EventHubV2StreamInputDataSource
impl Sync for EventHubV2StreamInputDataSource
impl Unpin for EventHubV2StreamInputDataSource
impl UnwindSafe for EventHubV2StreamInputDataSource
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