pub struct RubyProcLambdaDiff {
pub arity_strict: bool,
pub return_behavior: String,
}Expand description
Ruby proc vs lambda differences
Fields§
§arity_strict: bool§return_behavior: StringTrait Implementations§
Auto Trait Implementations§
impl Freeze for RubyProcLambdaDiff
impl RefUnwindSafe for RubyProcLambdaDiff
impl Send for RubyProcLambdaDiff
impl Sync for RubyProcLambdaDiff
impl Unpin for RubyProcLambdaDiff
impl UnsafeUnpin for RubyProcLambdaDiff
impl UnwindSafe for RubyProcLambdaDiff
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