pub struct LndWebsocket<R, S> {
pub receiver: UnboundedReceiver<R>,
pub sender: UnboundedSender<S>,
}Fields§
§receiver: UnboundedReceiver<R>§sender: UnboundedSender<S>Implementations§
Source§impl<R, S> LndWebsocket<R, S>
impl<R, S> LndWebsocket<R, S>
Auto Trait Implementations§
impl<R, S> Freeze for LndWebsocket<R, S>
impl<R, S> RefUnwindSafe for LndWebsocket<R, S>
impl<R, S> Send for LndWebsocket<R, S>
impl<R, S> Sync for LndWebsocket<R, S>
impl<R, S> Unpin for LndWebsocket<R, S>
impl<R, S> UnwindSafe for LndWebsocket<R, S>
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