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