pub struct DragonRuby {
pub path: PathBuf,
pub version: Version,
}
Fields§
§path: PathBuf
§version: Version
Implementations§
Source§impl DragonRuby
impl DragonRuby
pub fn install_dir(&self) -> PathBuf
Trait Implementations§
Source§impl Clone for DragonRuby
impl Clone for DragonRuby
Source§fn clone(&self) -> DragonRuby
fn clone(&self) -> DragonRuby
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 DragonRuby
impl Debug for DragonRuby
Auto Trait Implementations§
impl Freeze for DragonRuby
impl RefUnwindSafe for DragonRuby
impl Send for DragonRuby
impl Sync for DragonRuby
impl Unpin for DragonRuby
impl UnwindSafe for DragonRuby
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