pub struct UpdateEntry {
pub spec: String,
pub updated: bool,
}Expand description
JSON output for update command
Fields§
§spec: String§updated: boolTrait Implementations§
Source§impl Debug for UpdateEntry
impl Debug for UpdateEntry
Auto Trait Implementations§
impl Freeze for UpdateEntry
impl RefUnwindSafe for UpdateEntry
impl Send for UpdateEntry
impl Sync for UpdateEntry
impl Unpin for UpdateEntry
impl UnsafeUnpin for UpdateEntry
impl UnwindSafe for UpdateEntry
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