pub struct KeysListView {
pub key_tail: KeyTailHandle,
pub keys_list: KeysListHandle,
}Fields§
§key_tail: KeyTailHandle§keys_list: KeysListHandleTrait Implementations§
Source§impl Clone for KeysListView
impl Clone for KeysListView
Source§fn clone(&self) -> KeysListView
fn clone(&self) -> KeysListView
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 KeysListView
impl Debug for KeysListView
Source§impl PartialEq for KeysListView
impl PartialEq for KeysListView
Source§impl<F: CstFacade> RecursiveView<F> for KeysListView
impl<F: CstFacade> RecursiveView<F> for KeysListView
Source§type Item = KeyTailHandle
type Item = KeyTailHandle
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 KeysListView
impl Eq for KeysListView
impl StructuralPartialEq for KeysListView
Auto Trait Implementations§
impl Freeze for KeysListView
impl RefUnwindSafe for KeysListView
impl Send for KeysListView
impl Sync for KeysListView
impl Unpin for KeysListView
impl UnwindSafe for KeysListView
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