pub struct NoBlockGiven(/* private fields */);
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)>
Returns 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 for NoBlockGiven
impl PartialEq for NoBlockGiven
Source§impl PartialOrd for NoBlockGiven
impl PartialOrd for NoBlockGiven
Source§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
.impl Copy for NoBlockGiven
impl Eq for NoBlockGiven
impl StructuralPartialEq for NoBlockGiven
Auto Trait Implementations§
impl Freeze for NoBlockGiven
impl RefUnwindSafe for NoBlockGiven
impl Send for NoBlockGiven
impl Sync for NoBlockGiven
impl Unpin for NoBlockGiven
impl UnwindSafe for NoBlockGiven
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