pub struct ValueBindingView {
pub bind: BindHandle,
pub value: ValueHandle,
}Fields§
§bind: BindHandle§value: ValueHandleTrait Implementations§
Source§impl Clone for ValueBindingView
impl Clone for ValueBindingView
Source§fn clone(&self) -> ValueBindingView
fn clone(&self) -> ValueBindingView
Returns a duplicate 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 ValueBindingView
impl Debug for ValueBindingView
Source§impl PartialEq for ValueBindingView
impl PartialEq for ValueBindingView
impl Copy for ValueBindingView
impl Eq for ValueBindingView
impl StructuralPartialEq for ValueBindingView
Auto Trait Implementations§
impl Freeze for ValueBindingView
impl RefUnwindSafe for ValueBindingView
impl Send for ValueBindingView
impl Sync for ValueBindingView
impl Unpin for ValueBindingView
impl UnwindSafe for ValueBindingView
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