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