pub struct FastrieMatch<'v, V> {
pub end: usize,
pub value: &'v V,
}Fields§
§end: usizeInclusive.
value: &'v VAuto Trait Implementations§
impl<'v, V> Freeze for FastrieMatch<'v, V>
impl<'v, V> RefUnwindSafe for FastrieMatch<'v, V>where
V: RefUnwindSafe,
impl<'v, V> Send for FastrieMatch<'v, V>where
V: Sync,
impl<'v, V> Sync for FastrieMatch<'v, V>where
V: Sync,
impl<'v, V> Unpin for FastrieMatch<'v, V>
impl<'v, V> UnwindSafe for FastrieMatch<'v, V>where
V: RefUnwindSafe,
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