pub struct Star { /* private fields */ }Expand description
Marker for *.
Trait Implementations§
impl Copy for Star
Source§impl LowerCount for Star
impl LowerCount for Star
fn lower_count(self, ctx: &mut LowerCtx<'_>)
Source§impl LowerProject for Star
impl LowerProject for Star
Source§fn lower_project(self, ctx: &mut LowerCtx<'_>)
fn lower_project(self, ctx: &mut LowerCtx<'_>)
Appends the projection to the lowering context.
Auto Trait Implementations§
impl Freeze for Star
impl RefUnwindSafe for Star
impl Send for Star
impl Sync for Star
impl Unpin for Star
impl UnsafeUnpin for Star
impl UnwindSafe for Star
Blanket Implementations§
Source§impl<T> Alias for Twhere
T: LowerProject,
impl<T> Alias for Twhere
T: LowerProject,
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