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