Struct wast::IndexOrRef 
source · [−]pub struct IndexOrRef<'a, K>(pub ItemRef<'a, K>);Expand description
Convenience structure to parse $f or (item $f).
Tuple Fields
0: ItemRef<'a, K>Trait Implementations
sourceimpl<'a, K: Clone> Clone for IndexOrRef<'a, K>
 
impl<'a, K: Clone> Clone for IndexOrRef<'a, K>
sourcefn clone(&self) -> IndexOrRef<'a, K>
 
fn clone(&self) -> IndexOrRef<'a, K>
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
 
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl<'a, K: Debug> Debug for IndexOrRef<'a, K>
 
impl<'a, K: Debug> Debug for IndexOrRef<'a, K>
sourceimpl<'a, K> Parse<'a> for IndexOrRef<'a, K> where
    K: Parse<'a> + Default, 
 
impl<'a, K> Parse<'a> for IndexOrRef<'a, K> where
    K: Parse<'a> + Default, 
Auto Trait Implementations
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
sourceimpl<T> BorrowMut<T> for T where
    T: ?Sized, 
 
impl<T> BorrowMut<T> for T where
    T: ?Sized, 
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
 
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> ToOwned for T where
    T: Clone, 
 
impl<T> ToOwned for T where
    T: Clone, 
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
sourcepub fn to_owned(&self) -> T
 
pub fn to_owned(&self) -> T
Creates owned data from borrowed data, usually by cloning. Read more
sourcepub fn clone_into(&self, target: &mut T)
 
pub fn clone_into(&self, target: &mut T)
🔬 This is a nightly-only experimental API. (
toowned_clone_into)Uses borrowed data to replace owned data, usually by cloning. Read more