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