pub struct Vtl2SettingsErrorInfoVec {
pub errors: Vec<Vtl2SettingsErrorInfo>,
}Fields§
§errors: Vec<Vtl2SettingsErrorInfo>Trait Implementations§
Source§impl Debug for Vtl2SettingsErrorInfoVec
impl Debug for Vtl2SettingsErrorInfoVec
Source§impl Display for Vtl2SettingsErrorInfoVec
impl Display for Vtl2SettingsErrorInfoVec
Source§impl Error for Vtl2SettingsErrorInfoVec
impl Error for Vtl2SettingsErrorInfoVec
1.30.0 · Source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
Returns the lower-level source of this error, if any. Read more
1.0.0 · Source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
Auto Trait Implementations§
impl Freeze for Vtl2SettingsErrorInfoVec
impl RefUnwindSafe for Vtl2SettingsErrorInfoVec
impl Send for Vtl2SettingsErrorInfoVec
impl Sync for Vtl2SettingsErrorInfoVec
impl Unpin for Vtl2SettingsErrorInfoVec
impl UnsafeUnpin for Vtl2SettingsErrorInfoVec
impl UnwindSafe for Vtl2SettingsErrorInfoVec
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