Struct makepad_widgets::LiveIdPath
pub struct LiveIdPath(pub Vec<LiveId, Global>);
Tuple Fields§
§0: Vec<LiveId, Global>
Trait Implementations§
§impl Clone for LiveIdPath
impl Clone for LiveIdPath
§fn clone(&self) -> LiveIdPath
fn clone(&self) -> LiveIdPath
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 LiveIdPath
impl Debug for LiveIdPath
§impl PartialEq<LiveIdPath> for LiveIdPath
impl PartialEq<LiveIdPath> for LiveIdPath
§fn eq(&self, other: &LiveIdPath) -> bool
fn eq(&self, other: &LiveIdPath) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for LiveIdPath
Auto Trait Implementations§
impl RefUnwindSafe for LiveIdPath
impl Send for LiveIdPath
impl Sync for LiveIdPath
impl Unpin for LiveIdPath
impl UnwindSafe for LiveIdPath
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