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 Freeze for LiveComponentInfo
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