pub struct Builder8<A, B, C, D, E, F = NeverPtr, G = NeverPtr, H = NeverPtr> { /* private fields */ }Expand description
A builder for Union8.
An instance of this builder means that Union8 parameterized
with the same type arguments are safe to construct.
Implementations§
Source§impl<A, B, C, D, E, F, G, H> Builder8<A, B, C, D, E, F, G, H>
impl<A, B, C, D, E, F, G, H> Builder8<A, B, C, D, E, F, G, H>
Sourcepub const unsafe fn new_unchecked() -> Self
pub const unsafe fn new_unchecked() -> Self
Source§impl<A: ErasablePtr, B: ErasablePtr, C: ErasablePtr, D: ErasablePtr, E: ErasablePtr, F: ErasablePtr, G: ErasablePtr, H: ErasablePtr> Builder8<A, B, C, D, E, F, G, H>
impl<A: ErasablePtr, B: ErasablePtr, C: ErasablePtr, D: ErasablePtr, E: ErasablePtr, F: ErasablePtr, G: ErasablePtr, H: ErasablePtr> Builder8<A, B, C, D, E, F, G, H>
Trait Implementations§
impl<A, B, C, D, E, F, G, H> Copy for Builder8<A, B, C, D, E, F, G, H>
Auto Trait Implementations§
impl<A, B, C, D, E, F, G, H> Freeze for Builder8<A, B, C, D, E, F, G, H>
impl<A, B, C, D, E, F, G, H> RefUnwindSafe for Builder8<A, B, C, D, E, F, G, H>where
A: RefUnwindSafe,
B: RefUnwindSafe,
C: RefUnwindSafe,
D: RefUnwindSafe,
E: RefUnwindSafe,
F: RefUnwindSafe,
G: RefUnwindSafe,
H: RefUnwindSafe,
impl<A, B, C, D, E, F, G, H> Send for Builder8<A, B, C, D, E, F, G, H>
impl<A, B, C, D, E, F, G, H> Sync for Builder8<A, B, C, D, E, F, G, H>
impl<A, B, C, D, E, F, G, H> Unpin for Builder8<A, B, C, D, E, F, G, H>
impl<A, B, C, D, E, F, G, H> UnwindSafe for Builder8<A, B, C, D, E, F, G, H>where
A: UnwindSafe,
B: UnwindSafe,
C: UnwindSafe,
D: UnwindSafe,
E: UnwindSafe,
F: UnwindSafe,
G: UnwindSafe,
H: UnwindSafe,
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