Struct azure_devops_rust_api::search::models::Team
source · pub struct Team {
pub id: Option<String>,
pub name: Option<String>,
}
Expand description
Defines the details of the team.
Fields§
§id: Option<String>
Id of the team.
name: Option<String>
Name of the Team.
Implementations§
Trait Implementations§
source§impl<'de> Deserialize<'de> for Team
impl<'de> Deserialize<'de> for Team
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 Team
impl PartialEq for Team
impl StructuralPartialEq for Team
Auto Trait Implementations§
impl RefUnwindSafe for Team
impl Send for Team
impl Sync for Team
impl Unpin for Team
impl UnwindSafe for Team
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