pub enum RubySpecialConsts {
False = 0,
True = 20,
Nil = 8,
Undef = 52,
}
Variants§
Auto Trait Implementations§
impl Freeze for RubySpecialConsts
impl RefUnwindSafe for RubySpecialConsts
impl Send for RubySpecialConsts
impl Sync for RubySpecialConsts
impl Unpin for RubySpecialConsts
impl UnwindSafe for RubySpecialConsts
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