pub struct RubyBlock {
pub params: Vec<String>,
pub body: String,
pub is_proc: bool,
}Expand description
Ruby block parameter
Fields§
§params: Vec<String>§body: String§is_proc: boolTrait Implementations§
Auto Trait Implementations§
impl Freeze for RubyBlock
impl RefUnwindSafe for RubyBlock
impl Send for RubyBlock
impl Sync for RubyBlock
impl Unpin for RubyBlock
impl UnsafeUnpin for RubyBlock
impl UnwindSafe for RubyBlock
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