pub struct EureBindingsView {
pub binding: BindingHandle,
pub eure_bindings: EureBindingsHandle,
}Fields§
§binding: BindingHandle§eure_bindings: EureBindingsHandleTrait Implementations§
Source§impl Clone for EureBindingsView
impl Clone for EureBindingsView
Source§fn clone(&self) -> EureBindingsView
fn clone(&self) -> EureBindingsView
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 EureBindingsView
impl Debug for EureBindingsView
Source§impl PartialEq for EureBindingsView
impl PartialEq for EureBindingsView
Source§impl<F: CstFacade> RecursiveView<F> for EureBindingsView
impl<F: CstFacade> RecursiveView<F> for EureBindingsView
Source§type Item = BindingHandle
type Item = BindingHandle
The type of the item in the view.
fn get_all_with_visit<E>( &self, tree: &F, visit_ignored: &mut impl BuiltinTerminalVisitor<E, F>, ) -> Result<Vec<Self::Item>, CstConstructError<E>>
fn get_all(&self, tree: &F) -> Result<Vec<Self::Item>, CstConstructError>
impl Copy for EureBindingsView
impl Eq for EureBindingsView
impl StructuralPartialEq for EureBindingsView
Auto Trait Implementations§
impl Freeze for EureBindingsView
impl RefUnwindSafe for EureBindingsView
impl Send for EureBindingsView
impl Sync for EureBindingsView
impl Unpin for EureBindingsView
impl UnwindSafe for EureBindingsView
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