pub struct LiveSiteEventImpact {
pub scope_name: Option<String>,
pub scope_type: Option<ScopeType>,
pub service_id: Option<String>,
}Fields§
§scope_name: Option<String>§scope_type: Option<ScopeType>§service_id: Option<String>Implementations§
Trait Implementations§
Source§impl Clone for LiveSiteEventImpact
impl Clone for LiveSiteEventImpact
Source§fn clone(&self) -> LiveSiteEventImpact
fn clone(&self) -> LiveSiteEventImpact
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 LiveSiteEventImpact
impl Debug for LiveSiteEventImpact
Source§impl Default for LiveSiteEventImpact
impl Default for LiveSiteEventImpact
Source§fn default() -> LiveSiteEventImpact
fn default() -> LiveSiteEventImpact
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for LiveSiteEventImpact
impl<'de> Deserialize<'de> for LiveSiteEventImpact
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 LiveSiteEventImpact
impl PartialEq for LiveSiteEventImpact
Source§impl Serialize for LiveSiteEventImpact
impl Serialize for LiveSiteEventImpact
impl StructuralPartialEq for LiveSiteEventImpact
Auto Trait Implementations§
impl Freeze for LiveSiteEventImpact
impl RefUnwindSafe for LiveSiteEventImpact
impl Send for LiveSiteEventImpact
impl Sync for LiveSiteEventImpact
impl Unpin for LiveSiteEventImpact
impl UnwindSafe for LiveSiteEventImpact
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