pub struct UDIDependency {
pub type: Option<String>,
pub name: Option<String>,
pub use: Option<String>,
pub custom_properties: Option<CustomPropertiesCollection>,
}Expand description
UDIDependencyType element
Fields§
§type: Option<String>Type attribute
name: Option<String>Name attribute
use: Option<String>Use attribute
custom_properties: Option<CustomPropertiesCollection>CustomProperties element
Trait Implementations§
Source§impl Clone for UDIDependency
impl Clone for UDIDependency
Source§fn clone(&self) -> UDIDependency
fn clone(&self) -> UDIDependency
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 UDIDependency
impl Debug for UDIDependency
Source§impl Default for UDIDependency
impl Default for UDIDependency
Source§fn default() -> UDIDependency
fn default() -> UDIDependency
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for UDIDependency
impl<'de> Deserialize<'de> for UDIDependency
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 UDIDependency
impl PartialEq for UDIDependency
Source§impl Serialize for UDIDependency
impl Serialize for UDIDependency
impl StructuralPartialEq for UDIDependency
Auto Trait Implementations§
impl Freeze for UDIDependency
impl RefUnwindSafe for UDIDependency
impl Send for UDIDependency
impl Sync for UDIDependency
impl Unpin for UDIDependency
impl UnsafeUnpin for UDIDependency
impl UnwindSafe for UDIDependency
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