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