pub struct OutboundConnectorLink {
pub url: ConnectorUrl,
pub config: Vec<(String, String)>,
}Expand description
Configuration for an outbound connector link (AimDB → External)
Fields§
§url: ConnectorUrl§config: Vec<(String, String)>Auto Trait Implementations§
impl Freeze for OutboundConnectorLink
impl RefUnwindSafe for OutboundConnectorLink
impl Send for OutboundConnectorLink
impl Sync for OutboundConnectorLink
impl Unpin for OutboundConnectorLink
impl UnwindSafe for OutboundConnectorLink
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