Struct azure_devops_rust_api::hooks::models::Publisher   
source · pub struct Publisher {
    pub links: Option<Value>,
    pub description: Option<String>,
    pub id: Option<String>,
    pub input_descriptors: Vec<InputDescriptor>,
    pub name: Option<String>,
    pub service_instance_type: Option<String>,
    pub supported_events: Vec<EventTypeDescriptor>,
    pub url: Option<String>,
}Expand description
Defines the data contract of an event publisher.
Fields§
§links: Option<Value>Links
description: Option<String>Gets this publisher’s localized description.
id: Option<String>Gets this publisher’s identifier.
input_descriptors: Vec<InputDescriptor>Publisher-specific inputs
name: Option<String>Gets this publisher’s localized name.
service_instance_type: Option<String>The service instance type of the first party publisher.
supported_events: Vec<EventTypeDescriptor>Gets this publisher’s supported event types.
url: Option<String>The url for this resource
Implementations§
Trait Implementations§
source§impl<'de> Deserialize<'de> for Publisher
 
impl<'de> Deserialize<'de> for Publisher
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 Publisher
 
impl PartialEq for Publisher
impl StructuralPartialEq for Publisher
Auto Trait Implementations§
impl RefUnwindSafe for Publisher
impl Send for Publisher
impl Sync for Publisher
impl Unpin for Publisher
impl UnwindSafe for Publisher
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