pub struct ShadowFace;Expand description
What a shadow request produces: one direct declaration-site unit carrying both faces of every chosen name.
A marker for the compiler to be generic over, like every kind.
Trait Implementations§
Source§impl Clone for ShadowFace
impl Clone for ShadowFace
Source§fn clone(&self) -> ShadowFace
fn clone(&self) -> ShadowFace
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for ShadowFace
Source§impl Debug for ShadowFace
impl Debug for ShadowFace
impl Eq for ShadowFace
Source§impl Kind for ShadowFace
impl Kind for ShadowFace
Source§const NAME: &'static str = "shadow-face"
const NAME: &'static str = "shadow-face"
The name this kind is spelled by wherever a name is written down. Read more
Source§type Content = Shadows
type Content = Shadows
The facts a request of this kind carries beyond its captured tokens. Read more
Source§type Question = NoQuestions
type Question = NoQuestions
The questions this kind owes beyond the universal ones.
Source§impl PartialEq for ShadowFace
impl PartialEq for ShadowFace
impl StructuralPartialEq for ShadowFace
Auto Trait Implementations§
impl Freeze for ShadowFace
impl RefUnwindSafe for ShadowFace
impl Send for ShadowFace
impl Sync for ShadowFace
impl Unpin for ShadowFace
impl UnsafeUnpin for ShadowFace
impl UnwindSafe for ShadowFace
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