pub struct PhiOpt;Expand description
The pass.
Trait Implementations§
impl Copy for PhiOpt
impl Eq for PhiOpt
Source§impl Pass for PhiOpt
impl Pass for PhiOpt
impl StructuralPartialEq for PhiOpt
Auto Trait Implementations§
impl Freeze for PhiOpt
impl RefUnwindSafe for PhiOpt
impl Send for PhiOpt
impl Sync for PhiOpt
impl Unpin for PhiOpt
impl UnsafeUnpin for PhiOpt
impl UnwindSafe for PhiOpt
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