pub struct Inherit;
Expand description
Represents the terminal symbol inherit
Trait Implementations§
Source§impl From<Inherit> for StringifierOrInheritOrStatic
impl From<Inherit> for StringifierOrInheritOrStatic
Source§impl Ord for Inherit
impl Ord for Inherit
Source§impl PartialOrd for Inherit
impl PartialOrd for Inherit
impl Copy for Inherit
impl Eq for Inherit
impl StructuralPartialEq for Inherit
Auto Trait Implementations§
impl Freeze for Inherit
impl RefUnwindSafe for Inherit
impl Send for Inherit
impl Sync for Inherit
impl Unpin for Inherit
impl UnwindSafe for Inherit
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