pub struct ElementModification {
pub qualified_name: String,
pub kind: String,
pub changes: Vec<String>,
}Fields§
§qualified_name: String§kind: String§changes: Vec<String>Trait Implementations§
Source§impl Clone for ElementModification
impl Clone for ElementModification
Source§fn clone(&self) -> ElementModification
fn clone(&self) -> ElementModification
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ElementModification
impl Debug for ElementModification
Auto Trait Implementations§
impl Freeze for ElementModification
impl RefUnwindSafe for ElementModification
impl Send for ElementModification
impl Sync for ElementModification
impl Unpin for ElementModification
impl UnsafeUnpin for ElementModification
impl UnwindSafe for ElementModification
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