pub struct HookBindingView { /* private fields */ }Expand description
A rendered hook binding snapshot.
Implementations§
Trait Implementations§
Source§impl Clone for HookBindingView
impl Clone for HookBindingView
Source§fn clone(&self) -> HookBindingView
fn clone(&self) -> HookBindingView
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 HookBindingView
impl Debug for HookBindingView
Source§impl PartialEq for HookBindingView
impl PartialEq for HookBindingView
Source§fn eq(&self, other: &HookBindingView) -> bool
fn eq(&self, other: &HookBindingView) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for HookBindingView
impl StructuralPartialEq for HookBindingView
Auto Trait Implementations§
impl Freeze for HookBindingView
impl RefUnwindSafe for HookBindingView
impl Send for HookBindingView
impl Sync for HookBindingView
impl Unpin for HookBindingView
impl UnsafeUnpin for HookBindingView
impl UnwindSafe for HookBindingView
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