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 for LiveBinding
impl PartialEq for LiveBinding
impl StructuralPartialEq for LiveBinding
Auto Trait Implementations§
impl Freeze for LiveBinding
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