pub struct PropertySetDefinition {
pub id: String,
pub name: LocalizedText,
pub description: Option<LocalizedText>,
pub external_names: Vec<ExternalName>,
}Fields§
§id: String§name: LocalizedText§description: Option<LocalizedText>§external_names: Vec<ExternalName>Trait Implementations§
Source§impl Clone for PropertySetDefinition
impl Clone for PropertySetDefinition
Source§fn clone(&self) -> PropertySetDefinition
fn clone(&self) -> PropertySetDefinition
Returns a copy 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 PropertySetDefinition
impl Debug for PropertySetDefinition
Source§impl<'de> Deserialize<'de> for PropertySetDefinition
impl<'de> Deserialize<'de> for PropertySetDefinition
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for PropertySetDefinition
impl PartialEq for PropertySetDefinition
Source§impl Serialize for PropertySetDefinition
impl Serialize for PropertySetDefinition
impl StructuralPartialEq for PropertySetDefinition
Auto Trait Implementations§
impl Freeze for PropertySetDefinition
impl RefUnwindSafe for PropertySetDefinition
impl Send for PropertySetDefinition
impl Sync for PropertySetDefinition
impl Unpin for PropertySetDefinition
impl UnwindSafe for PropertySetDefinition
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