pub struct BindExposureAcks(/* private fields */);Expand description
Operator acknowledgements for public exposure per bind address
(ADR-0061). Plain map — camel-core stays camel-config-free; the CLI
builds this from CamelConfig.binds and passes it into route staging.
Implementations§
Trait Implementations§
Source§impl Clone for BindExposureAcks
impl Clone for BindExposureAcks
Source§fn clone(&self) -> BindExposureAcks
fn clone(&self) -> BindExposureAcks
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 BindExposureAcks
impl Debug for BindExposureAcks
Source§impl Default for BindExposureAcks
impl Default for BindExposureAcks
Source§fn default() -> BindExposureAcks
fn default() -> BindExposureAcks
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for BindExposureAcks
impl RefUnwindSafe for BindExposureAcks
impl Send for BindExposureAcks
impl Sync for BindExposureAcks
impl Unpin for BindExposureAcks
impl UnsafeUnpin for BindExposureAcks
impl UnwindSafe for BindExposureAcks
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