pub struct WsxImportResult {
pub registry: ProjectRegistry,
pub projects_registered: usize,
pub routine_files_imported: usize,
pub routines_imported: usize,
}Fields§
§registry: ProjectRegistry§projects_registered: usize§routine_files_imported: usize§routines_imported: usizeTrait Implementations§
Source§impl Clone for WsxImportResult
impl Clone for WsxImportResult
Source§fn clone(&self) -> WsxImportResult
fn clone(&self) -> WsxImportResult
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 WsxImportResult
impl Debug for WsxImportResult
Auto Trait Implementations§
impl Freeze for WsxImportResult
impl RefUnwindSafe for WsxImportResult
impl Send for WsxImportResult
impl Sync for WsxImportResult
impl Unpin for WsxImportResult
impl UnsafeUnpin for WsxImportResult
impl UnwindSafe for WsxImportResult
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