pub struct ImportPath;Implementations§
Source§impl ImportPath
impl ImportPath
pub fn decides_order(previous: &str, item: &str) -> bool
pub fn is_specially_ordered(import: &str) -> bool
Auto Trait Implementations§
impl Freeze for ImportPath
impl RefUnwindSafe for ImportPath
impl Send for ImportPath
impl Sync for ImportPath
impl Unpin for ImportPath
impl UnsafeUnpin for ImportPath
impl UnwindSafe for ImportPath
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