struct ImportKey {
module_name: Cow<'static, str>,
name: Cow<'static, str>,
}
Fields§
§module_name: Cow<'static, str>
§name: Cow<'static, str>
Trait Implementations§
Source§impl Ord for ImportKey
impl Ord for ImportKey
Source§impl PartialOrd for ImportKey
impl PartialOrd for ImportKey
impl Eq for ImportKey
impl StructuralPartialEq for ImportKey
Auto Trait Implementations§
impl Freeze for ImportKey
impl RefUnwindSafe for ImportKey
impl Send for ImportKey
impl Sync for ImportKey
impl Unpin for ImportKey
impl UnwindSafe for ImportKey
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