Struct azure_devops_rust_api::graph::models::Avatar
source · pub struct Avatar {
pub is_auto_generated: Option<bool>,
pub size: Option<Size>,
pub time_stamp: Option<OffsetDateTime>,
pub value: Vec<String>,
}
Expand description
Fields§
§is_auto_generated: Option<bool>
§size: Option<Size>
§time_stamp: Option<OffsetDateTime>
§value: Vec<String>
Implementations§
Trait Implementations§
source§impl<'de> Deserialize<'de> for Avatar
impl<'de> Deserialize<'de> for Avatar
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 Avatar
impl PartialEq for Avatar
impl StructuralPartialEq for Avatar
Auto Trait Implementations§
impl Freeze for Avatar
impl RefUnwindSafe for Avatar
impl Send for Avatar
impl Sync for Avatar
impl Unpin for Avatar
impl UnwindSafe for Avatar
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