pub struct UpdateChange {
pub handle: String,
pub target: String,
pub from: String,
pub to: String,
}Expand description
A single pending/applied update.
Fields§
§handle: String§target: String§from: String§to: StringTrait Implementations§
Auto Trait Implementations§
impl Freeze for UpdateChange
impl RefUnwindSafe for UpdateChange
impl Send for UpdateChange
impl Sync for UpdateChange
impl Unpin for UpdateChange
impl UnsafeUnpin for UpdateChange
impl UnwindSafe for UpdateChange
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