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