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