Struct vmm_vhost::message::FlatErrorContext
source · struct FlatErrorContext(Vec<String>);Tuple Fields§
§0: Vec<String>Trait Implementations§
source§impl Debug for FlatErrorContext
impl Debug for FlatErrorContext
source§impl<'de> Deserialize<'de> for FlatErrorContext
impl<'de> Deserialize<'de> for FlatErrorContext
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
source§impl From<&ErrorContext> for FlatErrorContext
impl From<&ErrorContext> for FlatErrorContext
source§fn from(value: &ErrorContext) -> Self
fn from(value: &ErrorContext) -> Self
Converts to this type from the input type.
source§impl Serialize for FlatErrorContext
impl Serialize for FlatErrorContext
source§impl TryFrom<FlatErrorContext> for ErrorContext
impl TryFrom<FlatErrorContext> for ErrorContext
Auto Trait Implementations§
impl Freeze for FlatErrorContext
impl RefUnwindSafe for FlatErrorContext
impl Send for FlatErrorContext
impl Sync for FlatErrorContext
impl Unpin for FlatErrorContext
impl UnwindSafe for FlatErrorContext
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