pub struct LiveIdRon(pub LiveId);
Tuple Fields§
§0: LiveId
Trait Implementations§
impl Eq for LiveIdRon
impl StructuralPartialEq for LiveIdRon
Auto Trait Implementations§
impl Freeze for LiveIdRon
impl RefUnwindSafe for LiveIdRon
impl Send for LiveIdRon
impl Sync for LiveIdRon
impl Unpin for LiveIdRon
impl UnwindSafe for LiveIdRon
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