pub struct LiveModuleId(pub LiveId, pub LiveId);Tuple Fields§
§0: LiveId§1: LiveIdImplementations§
Source§impl LiveModuleId
 
impl LiveModuleId
Trait Implementations§
Source§impl Clone for LiveModuleId
 
impl Clone for LiveModuleId
Source§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 moreSource§impl Debug for LiveModuleId
 
impl Debug for LiveModuleId
Source§impl Default for LiveModuleId
 
impl Default for LiveModuleId
Source§fn default() -> LiveModuleId
 
fn default() -> LiveModuleId
Returns the “default value” for a type. Read more
Source§impl Display for LiveModuleId
 
impl Display for LiveModuleId
Source§impl Hash for LiveModuleId
 
impl Hash for LiveModuleId
Source§impl Ord for LiveModuleId
 
impl Ord for LiveModuleId
Source§fn cmp(&self, other: &LiveModuleId) -> Ordering
 
fn cmp(&self, other: &LiveModuleId) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
    Self: Sized,
 
fn max(self, other: Self) -> Selfwhere
    Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for LiveModuleId
 
impl PartialEq for LiveModuleId
Source§impl PartialOrd for LiveModuleId
 
impl PartialOrd for LiveModuleId
impl Copy for LiveModuleId
impl Eq for LiveModuleId
impl StructuralPartialEq for LiveModuleId
Auto Trait Implementations§
impl Freeze for LiveModuleId
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