pub struct PathPointerComponent {
pub kind: DiffResultType,
pub path: Option<String>,
pub scope: Option<PathPointerScope>,
}
Fields§
§kind: DiffResultType
§path: Option<String>
§scope: Option<PathPointerScope>
Trait Implementations§
Source§impl Clone for PathPointerComponent
impl Clone for PathPointerComponent
Source§fn clone(&self) -> PathPointerComponent
fn clone(&self) -> PathPointerComponent
Returns a copy 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 PathPointerComponent
impl Debug for PathPointerComponent
Source§impl PartialEq for PathPointerComponent
impl PartialEq for PathPointerComponent
impl StructuralPartialEq for PathPointerComponent
Auto Trait Implementations§
impl Freeze for PathPointerComponent
impl RefUnwindSafe for PathPointerComponent
impl Send for PathPointerComponent
impl Sync for PathPointerComponent
impl Unpin for PathPointerComponent
impl UnwindSafe for PathPointerComponent
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