pub struct StatusRequest {
pub base_dir: Option<PathBuf>,
}
Expand description
状态查询请求
Fields§
§base_dir: Option<PathBuf>
版本管理根目录(可选)
Trait Implementations§
Source§impl Clone for StatusRequest
impl Clone for StatusRequest
Source§fn clone(&self) -> StatusRequest
fn clone(&self) -> StatusRequest
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 StatusRequest
impl RefUnwindSafe for StatusRequest
impl Send for StatusRequest
impl Sync for StatusRequest
impl Unpin for StatusRequest
impl UnwindSafe for StatusRequest
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