pub struct IocraftSession {
pub handle: IocraftHandle,
pub events: UnboundedReceiver<IocraftEvent>,
}
Fields§
§handle: IocraftHandle
§events: UnboundedReceiver<IocraftEvent>
Auto Trait Implementations§
impl Freeze for IocraftSession
impl RefUnwindSafe for IocraftSession
impl Send for IocraftSession
impl Sync for IocraftSession
impl Unpin for IocraftSession
impl UnwindSafe for IocraftSession
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