Struct azure_devops_rust_api::git::models::VssJsonCollectionWrapper   
source · pub struct VssJsonCollectionWrapper {
    pub vss_json_collection_wrapper_base: VssJsonCollectionWrapperBase,
    pub value: Option<String>,
}Expand description
This class is used to serialize collections as a single JSON object on the wire.
Fields§
§vss_json_collection_wrapper_base: VssJsonCollectionWrapperBase§value: Option<String>The serialized item.
Implementations§
Trait Implementations§
source§impl Clone for VssJsonCollectionWrapper
 
impl Clone for VssJsonCollectionWrapper
source§fn clone(&self) -> VssJsonCollectionWrapper
 
fn clone(&self) -> VssJsonCollectionWrapper
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 VssJsonCollectionWrapper
 
impl Debug for VssJsonCollectionWrapper
source§impl Default for VssJsonCollectionWrapper
 
impl Default for VssJsonCollectionWrapper
source§fn default() -> VssJsonCollectionWrapper
 
fn default() -> VssJsonCollectionWrapper
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for VssJsonCollectionWrapper
 
impl<'de> Deserialize<'de> for VssJsonCollectionWrapper
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 VssJsonCollectionWrapper
 
impl PartialEq for VssJsonCollectionWrapper
source§fn eq(&self, other: &VssJsonCollectionWrapper) -> bool
 
fn eq(&self, other: &VssJsonCollectionWrapper) -> bool
This method tests for 
self and other values to be equal, and is used
by ==.source§impl Serialize for VssJsonCollectionWrapper
 
impl Serialize for VssJsonCollectionWrapper
impl StructuralPartialEq for VssJsonCollectionWrapper
Auto Trait Implementations§
impl RefUnwindSafe for VssJsonCollectionWrapper
impl Send for VssJsonCollectionWrapper
impl Sync for VssJsonCollectionWrapper
impl Unpin for VssJsonCollectionWrapper
impl UnwindSafe for VssJsonCollectionWrapper
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