pub struct ContextPackAnomalyResponse {
pub cell_id: Option<u64>,
pub code: String,
pub message: String,
pub why_excluded: Option<String>,
}Fields§
§cell_id: Option<u64>§code: String§message: String§why_excluded: Option<String>Trait Implementations§
Source§impl Clone for ContextPackAnomalyResponse
impl Clone for ContextPackAnomalyResponse
Source§fn clone(&self) -> ContextPackAnomalyResponse
fn clone(&self) -> ContextPackAnomalyResponse
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 ContextPackAnomalyResponse
impl Debug for ContextPackAnomalyResponse
Source§impl<'de> Deserialize<'de> for ContextPackAnomalyResponse
impl<'de> Deserialize<'de> for ContextPackAnomalyResponse
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
impl Eq for ContextPackAnomalyResponse
Source§impl PartialEq for ContextPackAnomalyResponse
impl PartialEq for ContextPackAnomalyResponse
Source§fn eq(&self, other: &ContextPackAnomalyResponse) -> bool
fn eq(&self, other: &ContextPackAnomalyResponse) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ContextPackAnomalyResponse
Auto Trait Implementations§
impl Freeze for ContextPackAnomalyResponse
impl RefUnwindSafe for ContextPackAnomalyResponse
impl Send for ContextPackAnomalyResponse
impl Sync for ContextPackAnomalyResponse
impl Unpin for ContextPackAnomalyResponse
impl UnsafeUnpin for ContextPackAnomalyResponse
impl UnwindSafe for ContextPackAnomalyResponse
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