#[repr(C)]pub struct rb_ractor_basket {
pub exception: bool,
pub type_: rb_ractor_basket_type,
pub v: VALUE,
pub sender: VALUE,
}
Fields§
§exception: bool
§type_: rb_ractor_basket_type
§v: VALUE
§sender: VALUE
Trait Implementations§
Source§impl Clone for rb_ractor_basket
impl Clone for rb_ractor_basket
Source§fn clone(&self) -> rb_ractor_basket
fn clone(&self) -> rb_ractor_basket
Returns a duplicate 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 rb_ractor_basket
impl Debug for rb_ractor_basket
impl Copy for rb_ractor_basket
Auto Trait Implementations§
impl Freeze for rb_ractor_basket
impl RefUnwindSafe for rb_ractor_basket
impl Send for rb_ractor_basket
impl Sync for rb_ractor_basket
impl Unpin for rb_ractor_basket
impl UnwindSafe for rb_ractor_basket
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