Struct makepad_live_compiler::live_node::LiveImport
source · 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<LiveImport> for LiveImport
impl PartialEq<LiveImport> for LiveImport
source§fn eq(&self, other: &LiveImport) -> bool
fn eq(&self, other: &LiveImport) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for LiveImport
Auto Trait Implementations§
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