pub struct Vtl2SettingsErrorInfo { /* private fields */ }Implementations§
Source§impl Vtl2SettingsErrorInfo
impl Vtl2SettingsErrorInfo
pub fn new(code: Vtl2SettingsErrorCode, message: String) -> Self
pub fn code(&self) -> Vtl2SettingsErrorCode
Trait Implementations§
Source§impl Debug for Vtl2SettingsErrorInfo
impl Debug for Vtl2SettingsErrorInfo
Source§impl Display for Vtl2SettingsErrorInfo
impl Display for Vtl2SettingsErrorInfo
Source§impl Error for Vtl2SettingsErrorInfo
impl Error for Vtl2SettingsErrorInfo
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 Vtl2SettingsErrorInfo
impl RefUnwindSafe for Vtl2SettingsErrorInfo
impl Send for Vtl2SettingsErrorInfo
impl Sync for Vtl2SettingsErrorInfo
impl Unpin for Vtl2SettingsErrorInfo
impl UnsafeUnpin for Vtl2SettingsErrorInfo
impl UnwindSafe for Vtl2SettingsErrorInfo
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