Struct azure_devops_rust_api::profile::models::AttributeDescriptor
source · pub struct AttributeDescriptor {
pub attribute_name: Option<String>,
pub container_name: Option<String>,
}
Expand description
Identifies an attribute with a name and a container.
Fields§
§attribute_name: Option<String>
The name of the attribute.
container_name: Option<String>
The container the attribute resides in.
Implementations§
Trait Implementations§
source§impl Clone for AttributeDescriptor
impl Clone for AttributeDescriptor
source§fn clone(&self) -> AttributeDescriptor
fn clone(&self) -> AttributeDescriptor
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 AttributeDescriptor
impl Debug for AttributeDescriptor
source§impl Default for AttributeDescriptor
impl Default for AttributeDescriptor
source§fn default() -> AttributeDescriptor
fn default() -> AttributeDescriptor
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for AttributeDescriptor
impl<'de> Deserialize<'de> for AttributeDescriptor
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 AttributeDescriptor
impl PartialEq for AttributeDescriptor
source§fn eq(&self, other: &AttributeDescriptor) -> bool
fn eq(&self, other: &AttributeDescriptor) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Serialize for AttributeDescriptor
impl Serialize for AttributeDescriptor
impl StructuralPartialEq for AttributeDescriptor
Auto Trait Implementations§
impl RefUnwindSafe for AttributeDescriptor
impl Send for AttributeDescriptor
impl Sync for AttributeDescriptor
impl Unpin for AttributeDescriptor
impl UnwindSafe for AttributeDescriptor
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