pub struct CustomOpts { /* private fields */ }
Implementations§
Source§impl CustomOpts
impl CustomOpts
Sourcepub fn builder() -> Builder<ExtractorStage>
pub fn builder() -> Builder<ExtractorStage>
Returns a new builder.
Source§impl CustomOpts
impl CustomOpts
Sourcepub fn new(extractor: ResourceIdentifier, target: DatasetIngestTarget) -> Self
pub fn new(extractor: ResourceIdentifier, target: DatasetIngestTarget) -> Self
Constructs a new instance of the type.
pub fn sources(&self) -> &BTreeMap<ExtractorInputName, IngestSource>
pub fn extractor(&self) -> &ResourceIdentifier
pub fn timestamp_metadata(&self) -> Option<&TimestampMetadata>
pub fn target(&self) -> &DatasetIngestTarget
Trait Implementations§
Source§impl Clone for CustomOpts
impl Clone for CustomOpts
Source§fn clone(&self) -> CustomOpts
fn clone(&self) -> CustomOpts
Returns a copy 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 CustomOpts
impl Debug for CustomOpts
Source§impl<'de> Deserialize<'de> for CustomOpts
impl<'de> Deserialize<'de> for CustomOpts
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 From<CustomOpts> for Builder<Complete>
impl From<CustomOpts> for Builder<Complete>
Source§fn from(v: CustomOpts) -> Self
fn from(v: CustomOpts) -> Self
Converts to this type from the input type.
Source§impl Hash for CustomOpts
impl Hash for CustomOpts
Source§impl Ord for CustomOpts
impl Ord for CustomOpts
Source§fn cmp(&self, other: &CustomOpts) -> Ordering
fn cmp(&self, other: &CustomOpts) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for CustomOpts
impl PartialEq for CustomOpts
Source§impl PartialOrd for CustomOpts
impl PartialOrd for CustomOpts
Source§impl Serialize for CustomOpts
impl Serialize for CustomOpts
impl Eq for CustomOpts
impl StructuralPartialEq for CustomOpts
Auto Trait Implementations§
impl Freeze for CustomOpts
impl RefUnwindSafe for CustomOpts
impl Send for CustomOpts
impl Sync for CustomOpts
impl Unpin for CustomOpts
impl UnwindSafe for CustomOpts
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.