pub struct AgsProjectDocument { /* private fields */ }Implementations§
Source§impl AgsProjectDocument
impl AgsProjectDocument
pub fn client<T>(self, value: T) -> Self
pub fn date<T>(self, value: T) -> Self
pub fn description<T>(self, value: T) -> Self
pub fn document_id<T>(self, value: T) -> Self
pub fn document_system_uri<T>(self, value: T) -> Self
pub fn document_uri<T>(self, value: T) -> Self
pub fn original_reference<T>(self, value: T) -> Self
pub fn remarks<T>(self, value: T) -> Self
pub fn revision<T>(self, value: T) -> Self
pub fn status<T>(self, value: T) -> Self
pub fn status_code<T>(self, value: T) -> Self
pub fn system_reference<T>(self, value: T) -> Self
pub fn title<T>(self, value: T) -> Self
Trait Implementations§
Source§impl Clone for AgsProjectDocument
impl Clone for AgsProjectDocument
Source§fn clone(&self) -> AgsProjectDocument
fn clone(&self) -> AgsProjectDocument
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 AgsProjectDocument
impl Debug for AgsProjectDocument
Source§impl Default for AgsProjectDocument
impl Default for AgsProjectDocument
Source§impl From<AgsProjectDocument> for AgsProjectDocument
impl From<AgsProjectDocument> for AgsProjectDocument
Source§fn from(value: AgsProjectDocument) -> Self
fn from(value: AgsProjectDocument) -> Self
Converts to this type from the input type.
Source§impl TryFrom<AgsProjectDocument> for AgsProjectDocument
impl TryFrom<AgsProjectDocument> for AgsProjectDocument
Source§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
Source§fn try_from(value: AgsProjectDocument) -> Result<Self, ConversionError>
fn try_from(value: AgsProjectDocument) -> Result<Self, ConversionError>
Performs the conversion.
Auto Trait Implementations§
impl Freeze for AgsProjectDocument
impl RefUnwindSafe for AgsProjectDocument
impl Send for AgsProjectDocument
impl Sync for AgsProjectDocument
impl Unpin for AgsProjectDocument
impl UnsafeUnpin for AgsProjectDocument
impl UnwindSafe for AgsProjectDocument
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