pub struct TelegramBridge { /* private fields */ }Expand description
Telegram-to-NATS bridge.
Implementations§
Auto Trait Implementations§
impl Freeze for TelegramBridge
impl RefUnwindSafe for TelegramBridge
impl Send for TelegramBridge
impl Sync for TelegramBridge
impl Unpin for TelegramBridge
impl UnsafeUnpin for TelegramBridge
impl UnwindSafe for TelegramBridge
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