pub struct WsxImportProject {
pub project: Project,
pub routine_count: usize,
pub has_routine_file: bool,
}Fields§
§project: Project§routine_count: usize§has_routine_file: boolTrait Implementations§
Source§impl Clone for WsxImportProject
impl Clone for WsxImportProject
Source§fn clone(&self) -> WsxImportProject
fn clone(&self) -> WsxImportProject
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 WsxImportProject
impl Debug for WsxImportProject
Auto Trait Implementations§
impl Freeze for WsxImportProject
impl RefUnwindSafe for WsxImportProject
impl Send for WsxImportProject
impl Sync for WsxImportProject
impl Unpin for WsxImportProject
impl UnsafeUnpin for WsxImportProject
impl UnwindSafe for WsxImportProject
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