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