pub struct AgsProjectInvestigation { /* private fields */ }Implementations§
Source§impl AgsProjectInvestigation
impl AgsProjectInvestigation
pub fn agsi_data_property_from_file<T>(self, value: T) -> Self
pub fn agsi_data_property_value<T>(self, value: T) -> Self
pub fn client<T>(self, value: T) -> Self
pub fn contractor<T>(self, value: T) -> Self
pub fn data_document_set_id<T>(self, value: T) -> Self
pub fn description<T>(self, value: T) -> Self
pub fn engineer<T>(self, value: T) -> Self
pub fn fieldwork_date_start<T>(self, value: T) -> Self
pub fn investigation_id<T>(self, value: T) -> Self
pub fn investigation_name<T>(self, value: T) -> Self
pub fn location_coordinate_global<T>(self, value: T) -> Self
pub fn location_coordinate_project<T>(self, value: T) -> Self
pub fn location_description<T>(self, value: T) -> Self
pub fn parent_project_name<T>(self, value: T) -> Self
pub fn remarks<T>(self, value: T) -> Self
pub fn report_document_set_id<T>(self, value: T) -> Self
pub fn scope_description<T>(self, value: T) -> Self
pub fn specification_document_set_id<T>(self, value: T) -> Self
pub fn subcontractors<T>(self, value: T) -> Self
pub fn ultimate_project_client<T>(self, value: T) -> Self
pub fn ultimate_project_name<T>(self, value: T) -> Self
Trait Implementations§
Source§impl Clone for AgsProjectInvestigation
impl Clone for AgsProjectInvestigation
Source§fn clone(&self) -> AgsProjectInvestigation
fn clone(&self) -> AgsProjectInvestigation
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 AgsProjectInvestigation
impl Debug for AgsProjectInvestigation
Source§impl Default for AgsProjectInvestigation
impl Default for AgsProjectInvestigation
Source§impl From<AgsProjectInvestigation> for AgsProjectInvestigation
impl From<AgsProjectInvestigation> for AgsProjectInvestigation
Source§fn from(value: AgsProjectInvestigation) -> Self
fn from(value: AgsProjectInvestigation) -> Self
Converts to this type from the input type.
Source§impl TryFrom<AgsProjectInvestigation> for AgsProjectInvestigation
impl TryFrom<AgsProjectInvestigation> for AgsProjectInvestigation
Source§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
Source§fn try_from(value: AgsProjectInvestigation) -> Result<Self, ConversionError>
fn try_from(value: AgsProjectInvestigation) -> Result<Self, ConversionError>
Performs the conversion.
Auto Trait Implementations§
impl Freeze for AgsProjectInvestigation
impl RefUnwindSafe for AgsProjectInvestigation
impl Send for AgsProjectInvestigation
impl Sync for AgsProjectInvestigation
impl Unpin for AgsProjectInvestigation
impl UnsafeUnpin for AgsProjectInvestigation
impl UnwindSafe for AgsProjectInvestigation
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