pub struct AppUpdateApply { /* private fields */ }Implementations§
Source§impl AppUpdateApply
impl AppUpdateApply
pub fn new(receiver: AppUpdateEventReceiver) -> Self
pub fn channel() -> (Self, AppUpdateEventSender)
pub async fn next(&mut self) -> Option<AppUpdateEvent>
Auto Trait Implementations§
impl Freeze for AppUpdateApply
impl RefUnwindSafe for AppUpdateApply
impl Send for AppUpdateApply
impl Sync for AppUpdateApply
impl Unpin for AppUpdateApply
impl UnsafeUnpin for AppUpdateApply
impl UnwindSafe for AppUpdateApply
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