pub struct BindingView {
pub keys: KeysHandle,
pub binding_rhs: BindingRhsHandle,
}Fields§
§keys: KeysHandle§binding_rhs: BindingRhsHandleTrait Implementations§
Source§impl Clone for BindingView
impl Clone for BindingView
Source§fn clone(&self) -> BindingView
fn clone(&self) -> BindingView
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 BindingView
impl Debug for BindingView
Source§impl PartialEq for BindingView
impl PartialEq for BindingView
impl Copy for BindingView
impl Eq for BindingView
impl StructuralPartialEq for BindingView
Auto Trait Implementations§
impl Freeze for BindingView
impl RefUnwindSafe for BindingView
impl Send for BindingView
impl Sync for BindingView
impl Unpin for BindingView
impl UnwindSafe for BindingView
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