pub struct ProfileProfileStructure {
pub profile_type_name: String,
pub child: Option<Vec<ProfileProfileStructureProperty>>,
}Expand description
§How to access
HostProfileManager::query_profile_structure()
Fields§
§profile_type_name: StringIdentifier for the profile type
child: Option<Vec<ProfileProfileStructureProperty>>SubProfile properties available for this profile
Trait Implementations§
Source§impl Debug for ProfileProfileStructure
impl Debug for ProfileProfileStructure
Source§impl VimObjectTrait for ProfileProfileStructure
impl VimObjectTrait for ProfileProfileStructure
fn as_vim_object_ref<'a>(&'a self) -> &'a dyn VimObjectTrait
fn data_type(&self) -> StructType
impl DataObjectTrait for ProfileProfileStructure
Auto Trait Implementations§
impl Freeze for ProfileProfileStructure
impl RefUnwindSafe for ProfileProfileStructure
impl Send for ProfileProfileStructure
impl Sync for ProfileProfileStructure
impl Unpin for ProfileProfileStructure
impl UnsafeUnpin for ProfileProfileStructure
impl UnwindSafe for ProfileProfileStructure
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