pub struct UnionAll;Trait Implementations§
Auto Trait Implementations§
impl Freeze for UnionAll
impl RefUnwindSafe for UnionAll
impl Send for UnionAll
impl Sync for UnionAll
impl Unpin for UnionAll
impl UnsafeUnpin for UnionAll
impl UnwindSafe for UnionAll
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