pub struct ListInstalledRequest {
pub base_dir: PathBuf,
}Expand description
列出已安装版本请求
Fields§
§base_dir: PathBuf版本管理根目录
Trait Implementations§
Source§impl Clone for ListInstalledRequest
impl Clone for ListInstalledRequest
Source§fn clone(&self) -> ListInstalledRequest
fn clone(&self) -> ListInstalledRequest
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 moreAuto Trait Implementations§
impl Freeze for ListInstalledRequest
impl RefUnwindSafe for ListInstalledRequest
impl Send for ListInstalledRequest
impl Sync for ListInstalledRequest
impl Unpin for ListInstalledRequest
impl UnwindSafe for ListInstalledRequest
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