pub struct PolyExtStepDef {
pub block: &'static [PolyExtStep],
pub ret: Var,
}Fields§
§block: &'static [PolyExtStep]§ret: VarImplementations§
Auto Trait Implementations§
impl Freeze for PolyExtStepDef
impl RefUnwindSafe for PolyExtStepDef
impl Send for PolyExtStepDef
impl Sync for PolyExtStepDef
impl Unpin for PolyExtStepDef
impl UnsafeUnpin for PolyExtStepDef
impl UnwindSafe for PolyExtStepDef
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