pub struct TaintExpect {
pub private: Option<bool>,
pub untrusted: Option<bool>,
}Expand description
What must have entered the conversation. Unset legs are not asserted on.
Fields§
§private: Option<bool>§untrusted: Option<bool>Trait Implementations§
Source§impl Clone for TaintExpect
impl Clone for TaintExpect
Source§fn clone(&self) -> TaintExpect
fn clone(&self) -> TaintExpect
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 TaintExpect
impl Debug for TaintExpect
Source§impl Default for TaintExpect
impl Default for TaintExpect
Source§fn default() -> TaintExpect
fn default() -> TaintExpect
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for TaintExpectwhere
TaintExpect: Default,
impl<'de> Deserialize<'de> for TaintExpectwhere
TaintExpect: Default,
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
Auto Trait Implementations§
impl Freeze for TaintExpect
impl RefUnwindSafe for TaintExpect
impl Send for TaintExpect
impl Sync for TaintExpect
impl Unpin for TaintExpect
impl UnsafeUnpin for TaintExpect
impl UnwindSafe for TaintExpect
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