pub struct UpdateCheckRow {
pub name: String,
pub channel: Option<Channel>,
pub provider: Option<Provider>,
pub status: UpdateCheckStatus,
}Fields§
§name: String§channel: Option<Channel>§provider: Option<Provider>§status: UpdateCheckStatusAuto Trait Implementations§
impl Freeze for UpdateCheckRow
impl RefUnwindSafe for UpdateCheckRow
impl Send for UpdateCheckRow
impl Sync for UpdateCheckRow
impl Unpin for UpdateCheckRow
impl UnsafeUnpin for UpdateCheckRow
impl UnwindSafe for UpdateCheckRow
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