Struct makepad_widgets::LiveModuleId
pub struct LiveModuleId(pub LiveId, pub LiveId);
Tuple Fields§
§0: LiveId
§1: LiveId
Implementations§
§impl LiveModuleId
impl LiveModuleId
pub fn from_str(module_path: &str) -> Result<LiveModuleId, String>
Trait Implementations§
§impl Clone for LiveModuleId
impl Clone for LiveModuleId
§fn clone(&self) -> LiveModuleId
fn clone(&self) -> LiveModuleId
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 more§impl Debug for LiveModuleId
impl Debug for LiveModuleId
§impl Default for LiveModuleId
impl Default for LiveModuleId
§fn default() -> LiveModuleId
fn default() -> LiveModuleId
Returns the “default value” for a type. Read more
§impl Display for LiveModuleId
impl Display for LiveModuleId
§impl Hash for LiveModuleId
impl Hash for LiveModuleId
§impl Ord for LiveModuleId
impl Ord for LiveModuleId
§impl PartialEq<LiveModuleId> for LiveModuleId
impl PartialEq<LiveModuleId> for LiveModuleId
§fn eq(&self, other: &LiveModuleId) -> bool
fn eq(&self, other: &LiveModuleId) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.§impl PartialOrd<LiveModuleId> for LiveModuleId
impl PartialOrd<LiveModuleId> for LiveModuleId
§fn partial_cmp(&self, other: &LiveModuleId) -> Option<Ordering>
fn partial_cmp(&self, other: &LiveModuleId) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moreimpl Copy for LiveModuleId
impl Eq for LiveModuleId
impl StructuralEq for LiveModuleId
impl StructuralPartialEq for LiveModuleId
Auto Trait Implementations§
impl RefUnwindSafe for LiveModuleId
impl Send for LiveModuleId
impl Sync for LiveModuleId
impl Unpin for LiveModuleId
impl UnwindSafe for LiveModuleId
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