pub struct SubRuleWrapper<F, T> { /* private fields */ }
Implementations§
Source§impl<F, T> SubRuleWrapper<F, T>
impl<F, T> SubRuleWrapper<F, T>
Trait Implementations§
Auto Trait Implementations§
impl<F, T> Freeze for SubRuleWrapper<F, T>where
F: Freeze,
impl<F, T> RefUnwindSafe for SubRuleWrapper<F, T>where
F: RefUnwindSafe,
T: RefUnwindSafe,
impl<F, T> Send for SubRuleWrapper<F, T>
impl<F, T> Sync for SubRuleWrapper<F, T>
impl<F, T> Unpin for SubRuleWrapper<F, T>
impl<F, T> UnwindSafe for SubRuleWrapper<F, T>where
F: UnwindSafe,
T: 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