Struct azure_devops_rust_api::extension_management::models::AcquisitionOperationDisallowReason
source · pub struct AcquisitionOperationDisallowReason {
pub message: Option<String>,
pub type_: Option<String>,
}
Expand description
Fields§
§message: Option<String>
User-friendly message clarifying the reason for disallowance
type_: Option<String>
Type of reason for disallowance - AlreadyInstalled, UnresolvedDemand, etc.
Implementations§
Trait Implementations§
source§impl Clone for AcquisitionOperationDisallowReason
impl Clone for AcquisitionOperationDisallowReason
source§fn clone(&self) -> AcquisitionOperationDisallowReason
fn clone(&self) -> AcquisitionOperationDisallowReason
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 Default for AcquisitionOperationDisallowReason
impl Default for AcquisitionOperationDisallowReason
source§fn default() -> AcquisitionOperationDisallowReason
fn default() -> AcquisitionOperationDisallowReason
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for AcquisitionOperationDisallowReason
impl<'de> Deserialize<'de> for AcquisitionOperationDisallowReason
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 AcquisitionOperationDisallowReason
impl PartialEq for AcquisitionOperationDisallowReason
source§fn eq(&self, other: &AcquisitionOperationDisallowReason) -> bool
fn eq(&self, other: &AcquisitionOperationDisallowReason) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for AcquisitionOperationDisallowReason
Auto Trait Implementations§
impl RefUnwindSafe for AcquisitionOperationDisallowReason
impl Send for AcquisitionOperationDisallowReason
impl Sync for AcquisitionOperationDisallowReason
impl Unpin for AcquisitionOperationDisallowReason
impl UnwindSafe for AcquisitionOperationDisallowReason
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