pub enum RootBindingView {
RootValueBinding(RootValueBindingHandle),
RootTextBinding(RootTextBindingHandle),
}Variants§
RootValueBinding(RootValueBindingHandle)
RootTextBinding(RootTextBindingHandle)
Trait Implementations§
Source§impl Clone for RootBindingView
impl Clone for RootBindingView
Source§fn clone(&self) -> RootBindingView
fn clone(&self) -> RootBindingView
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 RootBindingView
impl Debug for RootBindingView
Source§impl PartialEq for RootBindingView
impl PartialEq for RootBindingView
impl Copy for RootBindingView
impl Eq for RootBindingView
impl StructuralPartialEq for RootBindingView
Auto Trait Implementations§
impl Freeze for RootBindingView
impl RefUnwindSafe for RootBindingView
impl Send for RootBindingView
impl Sync for RootBindingView
impl Unpin for RootBindingView
impl UnwindSafe for RootBindingView
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