pub struct InfoHandle {
pub receiver: UnboundedReceiver<InfoMessage>,
}
Fields§
§receiver: UnboundedReceiver<InfoMessage>
Auto Trait Implementations§
impl Freeze for InfoHandle
impl RefUnwindSafe for InfoHandle
impl Send for InfoHandle
impl Sync for InfoHandle
impl Unpin for InfoHandle
impl UnwindSafe for InfoHandle
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