pub struct RubyAlias {
pub new_name: String,
pub old_name: String,
}Expand description
Ruby method alias
Fields§
§new_name: String§old_name: StringTrait Implementations§
Auto Trait Implementations§
impl Freeze for RubyAlias
impl RefUnwindSafe for RubyAlias
impl Send for RubyAlias
impl Sync for RubyAlias
impl Unpin for RubyAlias
impl UnsafeUnpin for RubyAlias
impl UnwindSafe for RubyAlias
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