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