pub struct AgsProjectCodeSet { /* private fields */ }Implementations§
Source§impl AgsProjectCodeSet
impl AgsProjectCodeSet
pub fn ags_project_code<T>(self, value: T) -> Self
pub fn code_set_id<T>(self, value: T) -> Self
pub fn concatenation_allow<T>(self, value: T) -> Self
pub fn concatenation_character<T>(self, value: T) -> Self
pub fn description<T>(self, value: T) -> Self
pub fn remarks<T>(self, value: T) -> Self
pub fn source_description<T>(self, value: T) -> Self
pub fn source_uri<T>(self, value: T) -> Self
pub fn used_by_attribute<T>(self, value: T) -> Self
pub fn used_by_object<T>(self, value: T) -> Self
Trait Implementations§
Source§impl Clone for AgsProjectCodeSet
impl Clone for AgsProjectCodeSet
Source§fn clone(&self) -> AgsProjectCodeSet
fn clone(&self) -> AgsProjectCodeSet
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 AgsProjectCodeSet
impl Debug for AgsProjectCodeSet
Source§impl Default for AgsProjectCodeSet
impl Default for AgsProjectCodeSet
Source§impl From<AgsProjectCodeSet> for AgsProjectCodeSet
impl From<AgsProjectCodeSet> for AgsProjectCodeSet
Source§fn from(value: AgsProjectCodeSet) -> Self
fn from(value: AgsProjectCodeSet) -> Self
Converts to this type from the input type.
Source§impl TryFrom<AgsProjectCodeSet> for AgsProjectCodeSet
impl TryFrom<AgsProjectCodeSet> for AgsProjectCodeSet
Source§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
Source§fn try_from(value: AgsProjectCodeSet) -> Result<Self, ConversionError>
fn try_from(value: AgsProjectCodeSet) -> Result<Self, ConversionError>
Performs the conversion.
Auto Trait Implementations§
impl Freeze for AgsProjectCodeSet
impl RefUnwindSafe for AgsProjectCodeSet
impl Send for AgsProjectCodeSet
impl Sync for AgsProjectCodeSet
impl Unpin for AgsProjectCodeSet
impl UnsafeUnpin for AgsProjectCodeSet
impl UnwindSafe for AgsProjectCodeSet
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