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