pub struct AdapterId(String);Expand description
Id of one running adapter instance.
Comes from the host config (id = "owp"). The host logs it, the
engine keys subscriptions on it, and bridging adapters stamp
oag.origin_adapter with it. Two adapters must not share a value if
echo suppression is going to work.
Tuple Fields§
§0: StringImplementations§
Trait Implementations§
Source§impl Ord for AdapterId
impl Ord for AdapterId
Source§impl PartialOrd for AdapterId
impl PartialOrd for AdapterId
impl Eq for AdapterId
impl StructuralPartialEq for AdapterId
Auto Trait Implementations§
impl Freeze for AdapterId
impl RefUnwindSafe for AdapterId
impl Send for AdapterId
impl Sync for AdapterId
impl Unpin for AdapterId
impl UnwindSafe for AdapterId
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