pub struct ReportLimitation {
pub kind: ReportLimitationKind,
pub site: Option<String>,
pub detail: Option<String>,
}Expand description
Explicit caveat for the report.
Fields§
§kind: ReportLimitationKindLimitation category.
site: Option<String>Site name, when site-specific.
detail: Option<String>Extra detail suitable for renderer text.
Trait Implementations§
Source§impl Clone for ReportLimitation
impl Clone for ReportLimitation
Source§fn clone(&self) -> ReportLimitation
fn clone(&self) -> ReportLimitation
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 ReportLimitation
impl Debug for ReportLimitation
Source§impl<'de> Deserialize<'de> for ReportLimitation
impl<'de> Deserialize<'de> for ReportLimitation
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 ReportLimitation
Source§impl PartialEq for ReportLimitation
impl PartialEq for ReportLimitation
Source§fn eq(&self, other: &ReportLimitation) -> bool
fn eq(&self, other: &ReportLimitation) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for ReportLimitation
impl Serialize for ReportLimitation
impl StructuralPartialEq for ReportLimitation
Auto Trait Implementations§
impl Freeze for ReportLimitation
impl RefUnwindSafe for ReportLimitation
impl Send for ReportLimitation
impl Sync for ReportLimitation
impl Unpin for ReportLimitation
impl UnsafeUnpin for ReportLimitation
impl UnwindSafe for ReportLimitation
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
impl<ST, DT> CastableFrom<ST, Initialized, Initialized> for DT
impl<ST, DT> CastableFrom<ST, Uninit, Uninit> for DT
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> DeserializeOwned for Twhere
T: for<'de> Deserialize<'de>,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.