pub struct ProfileUpdateFailedUpdateFailure {
pub profile_path: ProfilePropertyPath,
pub err_msg: LocalizableMessage,
}Expand description
§How to access
HostProfile::validation_failure_info.failures?[*]
Fields§
§profile_path: ProfilePropertyPathLocation in the profile which has the error
err_msg: LocalizableMessageMessage which explains the problem encountered
Trait Implementations§
Source§impl VimObjectTrait for ProfileUpdateFailedUpdateFailure
impl VimObjectTrait for ProfileUpdateFailedUpdateFailure
fn as_vim_object_ref<'a>(&'a self) -> &'a dyn VimObjectTrait
fn data_type(&self) -> StructType
impl DataObjectTrait for ProfileUpdateFailedUpdateFailure
Auto Trait Implementations§
impl Freeze for ProfileUpdateFailedUpdateFailure
impl !RefUnwindSafe for ProfileUpdateFailedUpdateFailure
impl Send for ProfileUpdateFailedUpdateFailure
impl Sync for ProfileUpdateFailedUpdateFailure
impl Unpin for ProfileUpdateFailedUpdateFailure
impl UnsafeUnpin for ProfileUpdateFailedUpdateFailure
impl !UnwindSafe for ProfileUpdateFailedUpdateFailure
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