pub enum TopLevelBindingView {
ValueBinding(ValueBindingHandle),
TextBinding(TextBindingHandle),
}Variants§
ValueBinding(ValueBindingHandle)
TextBinding(TextBindingHandle)
Trait Implementations§
Source§impl Clone for TopLevelBindingView
impl Clone for TopLevelBindingView
Source§fn clone(&self) -> TopLevelBindingView
fn clone(&self) -> TopLevelBindingView
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 TopLevelBindingView
impl Debug for TopLevelBindingView
Source§impl PartialEq for TopLevelBindingView
impl PartialEq for TopLevelBindingView
impl Copy for TopLevelBindingView
impl Eq for TopLevelBindingView
impl StructuralPartialEq for TopLevelBindingView
Auto Trait Implementations§
impl Freeze for TopLevelBindingView
impl RefUnwindSafe for TopLevelBindingView
impl Send for TopLevelBindingView
impl Sync for TopLevelBindingView
impl Unpin for TopLevelBindingView
impl UnwindSafe for TopLevelBindingView
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