pub struct ImportResolution {
pub name: String,
pub action: String,
}Expand description
How an imported function was resolved.
Fields§
§name: String§action: StringTrait Implementations§
Source§impl Clone for ImportResolution
impl Clone for ImportResolution
Source§fn clone(&self) -> ImportResolution
fn clone(&self) -> ImportResolution
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 moreAuto Trait Implementations§
impl Freeze for ImportResolution
impl RefUnwindSafe for ImportResolution
impl Send for ImportResolution
impl Sync for ImportResolution
impl Unpin for ImportResolution
impl UnsafeUnpin for ImportResolution
impl UnwindSafe for ImportResolution
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