pub struct PersonalityAgencyPmUnavailableFields<'a> { /* private fields */ }Implementations§
pub fn new() -> PersonalityAgencyPmUnavailableFields<'static>
Trait Implementations§
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§
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