pub struct UpdateSkip {
pub handle: String,
pub target: String,
pub reason: String,
}Expand description
An update that was available but not written.
Fields§
§handle: String§target: String§reason: StringTrait Implementations§
Auto Trait Implementations§
impl Freeze for UpdateSkip
impl RefUnwindSafe for UpdateSkip
impl Send for UpdateSkip
impl Sync for UpdateSkip
impl Unpin for UpdateSkip
impl UnsafeUnpin for UpdateSkip
impl UnwindSafe for UpdateSkip
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