pub struct InstallabilityErrorArgumentBuilder<'a> { /* private fields */ }Implementations§
Source§impl<'a> InstallabilityErrorArgumentBuilder<'a>
impl<'a> InstallabilityErrorArgumentBuilder<'a>
pub fn build(self) -> InstallabilityErrorArgument<'a>
Auto Trait Implementations§
impl<'a> Freeze for InstallabilityErrorArgumentBuilder<'a>
impl<'a> RefUnwindSafe for InstallabilityErrorArgumentBuilder<'a>
impl<'a> Send for InstallabilityErrorArgumentBuilder<'a>
impl<'a> Sync for InstallabilityErrorArgumentBuilder<'a>
impl<'a> Unpin for InstallabilityErrorArgumentBuilder<'a>
impl<'a> UnsafeUnpin for InstallabilityErrorArgumentBuilder<'a>
impl<'a> UnwindSafe for InstallabilityErrorArgumentBuilder<'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