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