pub struct IndexOrRef<'a, K>(pub ItemRef<'a, K>);Available on crate feature
component-model only.Expand description
Convenience structure to parse $f or (item $f).
Tuple Fields§
§0: ItemRef<'a, K>Trait Implementations§
Source§impl<'a, K: Clone> Clone for IndexOrRef<'a, K>
impl<'a, K: Clone> Clone for IndexOrRef<'a, K>
Source§fn clone(&self) -> IndexOrRef<'a, K>
fn clone(&self) -> IndexOrRef<'a, K>
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<'a, K: Debug> Debug for IndexOrRef<'a, K>
impl<'a, K: Debug> Debug for IndexOrRef<'a, K>
Auto Trait Implementations§
impl<'a, K> Freeze for IndexOrRef<'a, K>where
K: Freeze,
impl<'a, K> RefUnwindSafe for IndexOrRef<'a, K>where
K: RefUnwindSafe,
impl<'a, K> Send for IndexOrRef<'a, K>where
K: Send,
impl<'a, K> Sync for IndexOrRef<'a, K>where
K: Sync,
impl<'a, K> Unpin for IndexOrRef<'a, K>where
K: Unpin,
impl<'a, K> UnwindSafe for IndexOrRef<'a, K>where
K: UnwindSafe,
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