pub struct NopCont;Implementations§
Source§impl NopCont
impl NopCont
pub fn instance() -> RcFiftCont
pub fn value_instance() -> SafeRc<dyn StackValue>
pub fn is_nop(cont: &dyn FiftCont) -> bool
Trait Implementations§
Auto Trait Implementations§
impl Freeze for NopCont
impl RefUnwindSafe for NopCont
impl Send for NopCont
impl Sync for NopCont
impl Unpin for NopCont
impl UnwindSafe for NopCont
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