pub struct ResourceAllocationInfoFields<'a> { /* private fields */ }Implementations§
Source§impl ResourceAllocationInfoFields<'_>
impl ResourceAllocationInfoFields<'_>
pub fn new() -> ResourceAllocationInfoFields<'static>
Trait Implementations§
Source§impl FieldsBuilder for ResourceAllocationInfoFields<'static>
impl FieldsBuilder for ResourceAllocationInfoFields<'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 ResourceAllocationInfoFields<'a>
impl<'a> RefUnwindSafe for ResourceAllocationInfoFields<'a>
impl<'a> Send for ResourceAllocationInfoFields<'a>
impl<'a> Sync for ResourceAllocationInfoFields<'a>
impl<'a> Unpin for ResourceAllocationInfoFields<'a>
impl<'a> UnsafeUnpin for ResourceAllocationInfoFields<'a>
impl<'a> !UnwindSafe for ResourceAllocationInfoFields<'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