pub struct DestinationSpec {
pub receiver_component: Option<ReceiverComponent>,
pub time_indicator: Option<Expr>,
pub executor_component: Option<ExecutorComponent>,
}
Fields§
§receiver_component: Option<ReceiverComponent>
§time_indicator: Option<Expr>
§executor_component: Option<ExecutorComponent>
Trait Implementations§
Source§impl Debug for DestinationSpec
impl Debug for DestinationSpec
Source§impl PartialEq for DestinationSpec
impl PartialEq for DestinationSpec
impl StructuralPartialEq for DestinationSpec
Auto Trait Implementations§
impl Freeze for DestinationSpec
impl RefUnwindSafe for DestinationSpec
impl Send for DestinationSpec
impl Sync for DestinationSpec
impl Unpin for DestinationSpec
impl UnwindSafe for DestinationSpec
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