Struct makepad_live_compiler::live_node::LiveBinding
source · pub struct LiveBinding {
pub from: LiveIdPath,
pub to: LiveIdPath,
}
Fields§
§from: LiveIdPath
§to: LiveIdPath
Trait Implementations§
source§impl Clone for LiveBinding
impl Clone for LiveBinding
source§fn clone(&self) -> LiveBinding
fn clone(&self) -> LiveBinding
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 LiveBinding
impl Debug for LiveBinding
source§impl PartialEq<LiveBinding> for LiveBinding
impl PartialEq<LiveBinding> for LiveBinding
source§fn eq(&self, other: &LiveBinding) -> bool
fn eq(&self, other: &LiveBinding) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for LiveBinding
Auto Trait Implementations§
impl RefUnwindSafe for LiveBinding
impl Send for LiveBinding
impl Sync for LiveBinding
impl Unpin for LiveBinding
impl UnwindSafe for LiveBinding
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