pub struct InSingleValue;Trait Implementations§
Source§impl Rule for InSingleValue
impl Rule for InSingleValue
Auto Trait Implementations§
impl Freeze for InSingleValue
impl RefUnwindSafe for InSingleValue
impl Send for InSingleValue
impl Sync for InSingleValue
impl Unpin for InSingleValue
impl UnsafeUnpin for InSingleValue
impl UnwindSafe for InSingleValue
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