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