Struct azure_devops_rust_api::hooks::models::PublisherList
source · pub struct PublisherList {
pub count: Option<i32>,
pub value: Vec<Publisher>,
}
Expand description
Fields§
§count: Option<i32>
§value: Vec<Publisher>
Implementations§
source§impl PublisherList
impl PublisherList
Trait Implementations§
source§impl Clone for PublisherList
impl Clone for PublisherList
source§fn clone(&self) -> PublisherList
fn clone(&self) -> PublisherList
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 PublisherList
impl Debug for PublisherList
source§impl Default for PublisherList
impl Default for PublisherList
source§fn default() -> PublisherList
fn default() -> PublisherList
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for PublisherList
impl<'de> Deserialize<'de> for PublisherList
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 PublisherList
impl PartialEq for PublisherList
source§fn eq(&self, other: &PublisherList) -> bool
fn eq(&self, other: &PublisherList) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Serialize for PublisherList
impl Serialize for PublisherList
impl StructuralPartialEq for PublisherList
Auto Trait Implementations§
impl Freeze for PublisherList
impl RefUnwindSafe for PublisherList
impl Send for PublisherList
impl Sync for PublisherList
impl Unpin for PublisherList
impl UnwindSafe for PublisherList
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