pub struct ExtValue {
pub value: ResultValue,
pub reason: StringValue<'static>,
}
Expand description
Type corresponding to the
Fields§
§value: ResultValue
Data under the
reason: StringValue<'static>
Data under the
Trait Implementations§
Source§impl<'de> Deserialize<'de> for ExtValue
impl<'de> Deserialize<'de> for ExtValue
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 ExtValue
impl StructuralPartialEq for ExtValue
Auto Trait Implementations§
impl Freeze for ExtValue
impl RefUnwindSafe for ExtValue
impl Send for ExtValue
impl Sync for ExtValue
impl Unpin for ExtValue
impl UnwindSafe for ExtValue
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