pub struct ImportRelation {
pub file_path: String,
pub module_name: String,
}Expand description
Import relationship extracted from AST.
Fields§
§file_path: String§module_name: StringTrait Implementations§
Source§impl Clone for ImportRelation
impl Clone for ImportRelation
Source§fn clone(&self) -> ImportRelation
fn clone(&self) -> ImportRelation
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for ImportRelation
impl RefUnwindSafe for ImportRelation
impl Send for ImportRelation
impl Sync for ImportRelation
impl Unpin for ImportRelation
impl UnsafeUnpin for ImportRelation
impl UnwindSafe for ImportRelation
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