Struct makepad_live_compiler::live_node::LiveIdPath
source · pub struct LiveIdPath(pub Vec<LiveId>);
Tuple Fields§
§0: Vec<LiveId>
Trait Implementations§
source§impl Clone for LiveIdPath
impl Clone for LiveIdPath
source§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 moresource§impl Debug for LiveIdPath
impl Debug for LiveIdPath
source§impl PartialEq<LiveIdPath> for LiveIdPath
impl PartialEq<LiveIdPath> for LiveIdPath
source§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