pub struct RelaySide {
pub name: &'static str,
pub tx_handler: RelayTxHandlerFn,
pub opts: RelaySideOptions,
}Expand description
One side of the relay – a name + TX handler.
Fields§
§name: &'static str§tx_handler: RelayTxHandlerFn§opts: RelaySideOptionsTrait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for RelaySide
impl !UnwindSafe for RelaySide
impl Freeze for RelaySide
impl Send for RelaySide
impl Sync for RelaySide
impl Unpin for RelaySide
impl UnsafeUnpin for RelaySide
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