pub struct SessionPollerWrapper(pub Arc<SessionPollerManager>);Expand description
Tauri state wrapper for SessionPollerManager
Tuple Fields§
§0: Arc<SessionPollerManager>Auto Trait Implementations§
impl Freeze for SessionPollerWrapper
impl !RefUnwindSafe for SessionPollerWrapper
impl Send for SessionPollerWrapper
impl Sync for SessionPollerWrapper
impl Unpin for SessionPollerWrapper
impl UnsafeUnpin for SessionPollerWrapper
impl !UnwindSafe for SessionPollerWrapper
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