pub struct SourcesWorkerService {
pub list_of_connectors: Option<Vec<ConnectorDefinition>>,
pub source_list: Option<Vec<ConnectorDefinition>>,
}Fields§
§list_of_connectors: Option<Vec<ConnectorDefinition>>§source_list: Option<Vec<ConnectorDefinition>>Implementations§
source§impl SourcesWorkerService
impl SourcesWorkerService
pub fn new() -> SourcesWorkerService
Trait Implementations§
source§impl Clone for SourcesWorkerService
impl Clone for SourcesWorkerService
source§fn clone(&self) -> SourcesWorkerService
fn clone(&self) -> SourcesWorkerService
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 SourcesWorkerService
impl Debug for SourcesWorkerService
source§impl Default for SourcesWorkerService
impl Default for SourcesWorkerService
source§fn default() -> SourcesWorkerService
fn default() -> SourcesWorkerService
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for SourcesWorkerService
impl<'de> Deserialize<'de> for SourcesWorkerService
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 SourcesWorkerService
impl PartialEq for SourcesWorkerService
source§fn eq(&self, other: &SourcesWorkerService) -> bool
fn eq(&self, other: &SourcesWorkerService) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl Serialize for SourcesWorkerService
impl Serialize for SourcesWorkerService
impl StructuralPartialEq for SourcesWorkerService
Auto Trait Implementations§
impl RefUnwindSafe for SourcesWorkerService
impl Send for SourcesWorkerService
impl Sync for SourcesWorkerService
impl Unpin for SourcesWorkerService
impl UnwindSafe for SourcesWorkerService
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