pub struct SupportRationale(/* private fields */);Expand description
Explanation recorded alongside an evidence-support decision.
Implementations§
Trait Implementations§
Source§impl Clone for SupportRationale
impl Clone for SupportRationale
Source§impl Debug for SupportRationale
impl Debug for SupportRationale
Source§impl<'de> Deserialize<'de> for SupportRationale
impl<'de> Deserialize<'de> for SupportRationale
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 SupportRationale
Source§impl PartialEq for SupportRationale
impl PartialEq for SupportRationale
Source§impl Serialize for SupportRationale
impl Serialize for SupportRationale
impl StructuralPartialEq for SupportRationale
Auto Trait Implementations§
impl Freeze for SupportRationale
impl RefUnwindSafe for SupportRationale
impl Send for SupportRationale
impl Sync for SupportRationale
impl Unpin for SupportRationale
impl UnsafeUnpin for SupportRationale
impl UnwindSafe for SupportRationale
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