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