pub struct ServiceProfileFields<'a> { /* private fields */ }Implementations§
Source§impl ServiceProfileFields<'_>
impl ServiceProfileFields<'_>
pub fn new() -> ServiceProfileFields<'static>
Trait Implementations§
Source§impl FieldsBuilder for ServiceProfileFields<'static>
impl FieldsBuilder for ServiceProfileFields<'static>
Source§fn build_boxed(&mut self) -> Result<Box<dyn VimObjectTrait>>
fn build_boxed(&mut self) -> Result<Box<dyn VimObjectTrait>>
Build the concrete type and box it as a VimObjectTrait.
Auto Trait Implementations§
impl<'a> Freeze for ServiceProfileFields<'a>
impl<'a> !RefUnwindSafe for ServiceProfileFields<'a>
impl<'a> Send for ServiceProfileFields<'a>
impl<'a> Sync for ServiceProfileFields<'a>
impl<'a> Unpin for ServiceProfileFields<'a>
impl<'a> UnsafeUnpin for ServiceProfileFields<'a>
impl<'a> !UnwindSafe for ServiceProfileFields<'a>
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