Struct artichoke_backend::block::NoBlockGiven
source · pub struct NoBlockGiven(_);
Implementations§
Trait Implementations§
source§impl Clone for NoBlockGiven
impl Clone for NoBlockGiven
source§fn clone(&self) -> NoBlockGiven
fn clone(&self) -> NoBlockGiven
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for NoBlockGiven
impl Debug for NoBlockGiven
source§impl Default for NoBlockGiven
impl Default for NoBlockGiven
source§impl Display for NoBlockGiven
impl Display for NoBlockGiven
source§impl Error for NoBlockGiven
impl Error for NoBlockGiven
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more
1.0.0 · source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
source§impl From<NoBlockGiven> for Error
impl From<NoBlockGiven> for Error
source§fn from(exception: NoBlockGiven) -> Self
fn from(exception: NoBlockGiven) -> Self
Converts to this type from the input type.
source§impl From<Ruby> for NoBlockGiven
impl From<Ruby> for NoBlockGiven
source§impl From<Value> for NoBlockGiven
impl From<Value> for NoBlockGiven
source§impl From<mrb_value> for NoBlockGiven
impl From<mrb_value> for NoBlockGiven
source§impl Hash for NoBlockGiven
impl Hash for NoBlockGiven
source§impl Ord for NoBlockGiven
impl Ord for NoBlockGiven
source§fn cmp(&self, other: &NoBlockGiven) -> Ordering
fn cmp(&self, other: &NoBlockGiven) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere Self: Sized,
Compares and returns the maximum of two values. Read more
source§impl PartialEq<NoBlockGiven> for NoBlockGiven
impl PartialEq<NoBlockGiven> for NoBlockGiven
source§fn eq(&self, other: &NoBlockGiven) -> bool
fn eq(&self, other: &NoBlockGiven) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd<NoBlockGiven> for NoBlockGiven
impl PartialOrd<NoBlockGiven> for NoBlockGiven
source§fn partial_cmp(&self, other: &NoBlockGiven) -> Option<Ordering>
fn partial_cmp(&self, other: &NoBlockGiven) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moresource§impl RubyException for NoBlockGiven
impl RubyException for NoBlockGiven
source§fn vm_backtrace(&self, interp: &mut Artichoke) -> Option<Vec<Vec<u8>>>
fn vm_backtrace(&self, interp: &mut Artichoke) -> Option<Vec<Vec<u8>>>
Optional backtrace specified by a
Vec
of frames.source§fn as_mrb_value(&self, interp: &mut Artichoke) -> Option<mrb_value>
fn as_mrb_value(&self, interp: &mut Artichoke) -> Option<mrb_value>
Return a raise-able
sys::mrb_value
.