pub struct ExtensionNegotiationReport {
pub schema: String,
pub official_stack_package_id: String,
pub extension_id: String,
pub extension_point_id: String,
pub outcome: ExtensionNegotiationOutcome,
pub reasons: Vec<ExtensionNegotiationRejection>,
}Fields§
§schema: String§official_stack_package_id: String§extension_id: String§extension_point_id: String§outcome: ExtensionNegotiationOutcome§reasons: Vec<ExtensionNegotiationRejection>Trait Implementations§
Source§impl Clone for ExtensionNegotiationReport
impl Clone for ExtensionNegotiationReport
Source§fn clone(&self) -> ExtensionNegotiationReport
fn clone(&self) -> ExtensionNegotiationReport
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 ExtensionNegotiationReport
impl Debug for ExtensionNegotiationReport
Source§impl<'de> Deserialize<'de> for ExtensionNegotiationReport
impl<'de> Deserialize<'de> for ExtensionNegotiationReport
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 ExtensionNegotiationReport
impl StructuralPartialEq for ExtensionNegotiationReport
Auto Trait Implementations§
impl Freeze for ExtensionNegotiationReport
impl RefUnwindSafe for ExtensionNegotiationReport
impl Send for ExtensionNegotiationReport
impl Sync for ExtensionNegotiationReport
impl Unpin for ExtensionNegotiationReport
impl UnsafeUnpin for ExtensionNegotiationReport
impl UnwindSafe for ExtensionNegotiationReport
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