pub struct LiveComponentInfo {
pub name: LiveId,
pub module_id: LiveModuleId,
}
Fields§
§name: LiveId
§module_id: LiveModuleId
Trait Implementations§
source§impl Clone for LiveComponentInfo
impl Clone for LiveComponentInfo
source§fn clone(&self) -> LiveComponentInfo
fn clone(&self) -> LiveComponentInfo
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 moreAuto Trait Implementations§
impl RefUnwindSafe for LiveComponentInfo
impl Send for LiveComponentInfo
impl Sync for LiveComponentInfo
impl Unpin for LiveComponentInfo
impl UnwindSafe for LiveComponentInfo
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