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