pub struct ProviderCompatibilityRejection {
pub provider_id: ProviderId,
pub reasons: Vec<ProviderCompatibilityRejectReason>,
}Fields§
§provider_id: ProviderId§reasons: Vec<ProviderCompatibilityRejectReason>Trait Implementations§
Source§impl Clone for ProviderCompatibilityRejection
impl Clone for ProviderCompatibilityRejection
Source§fn clone(&self) -> ProviderCompatibilityRejection
fn clone(&self) -> ProviderCompatibilityRejection
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl<'de> Deserialize<'de> for ProviderCompatibilityRejection
impl<'de> Deserialize<'de> for ProviderCompatibilityRejection
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
impl Eq for ProviderCompatibilityRejection
impl StructuralPartialEq for ProviderCompatibilityRejection
Auto Trait Implementations§
impl Freeze for ProviderCompatibilityRejection
impl RefUnwindSafe for ProviderCompatibilityRejection
impl Send for ProviderCompatibilityRejection
impl Sync for ProviderCompatibilityRejection
impl Unpin for ProviderCompatibilityRejection
impl UnsafeUnpin for ProviderCompatibilityRejection
impl UnwindSafe for ProviderCompatibilityRejection
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