#[non_exhaustive]pub struct High;Expand description
DummyPin will always behave as being high when checked.
Auto Trait Implementations§
impl Freeze for High
impl RefUnwindSafe for High
impl Send for High
impl Sync for High
impl Unpin for High
impl UnwindSafe for High
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