pub struct Extends<Expr, Super>(pub Expr, pub Super);Expand description
The “extends” keyword. Renders as Expr extends Super.
Tuple Fields§
§0: Expr§1: SuperTrait Implementations§
Auto Trait Implementations§
impl<Expr, Super> Freeze for Extends<Expr, Super>
impl<Expr, Super> RefUnwindSafe for Extends<Expr, Super>where
Expr: RefUnwindSafe,
Super: RefUnwindSafe,
impl<Expr, Super> Send for Extends<Expr, Super>
impl<Expr, Super> Sync for Extends<Expr, Super>
impl<Expr, Super> Unpin for Extends<Expr, Super>
impl<Expr, Super> UnwindSafe for Extends<Expr, Super>where
Expr: UnwindSafe,
Super: UnwindSafe,
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