pub struct LiveImport {
pub module_id: LiveModuleId,
pub import_id: LiveId,
}
Fields§
§module_id: LiveModuleId
§import_id: LiveId
Trait Implementations§
Source§impl Clone for LiveImport
impl Clone for LiveImport
Source§fn clone(&self) -> LiveImport
fn clone(&self) -> LiveImport
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 LiveImport
impl Debug for LiveImport
Source§impl PartialEq for LiveImport
impl PartialEq for LiveImport
impl StructuralPartialEq for LiveImport
Auto Trait Implementations§
impl Freeze for LiveImport
impl RefUnwindSafe for LiveImport
impl Send for LiveImport
impl Sync for LiveImport
impl Unpin for LiveImport
impl UnwindSafe for LiveImport
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