pub struct ElementChange {
pub qualified_name: String,
pub kind: String,
pub file_path: String,
}Fields§
§qualified_name: String§kind: String§file_path: StringTrait Implementations§
Source§impl Clone for ElementChange
impl Clone for ElementChange
Source§fn clone(&self) -> ElementChange
fn clone(&self) -> ElementChange
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 ElementChange
impl Debug for ElementChange
Auto Trait Implementations§
impl Freeze for ElementChange
impl RefUnwindSafe for ElementChange
impl Send for ElementChange
impl Sync for ElementChange
impl Unpin for ElementChange
impl UnsafeUnpin for ElementChange
impl UnwindSafe for ElementChange
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