pub struct UpdateService { /* private fields */ }Implementations§
Source§impl UpdateService
impl UpdateService
Trait Implementations§
Auto Trait Implementations§
impl Freeze for UpdateService
impl RefUnwindSafe for UpdateService
impl Send for UpdateService
impl Sync for UpdateService
impl Unpin for UpdateService
impl UnsafeUnpin for UpdateService
impl UnwindSafe for UpdateService
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