pub struct Or<I = ()> { /* private fields */ }
Trait Implementations§
Source§impl<T: Clone> Path<Not> for Or<T>
impl<T: Clone> Path<Not> for Or<T>
impl<I: Copy> Copy for Or<I>
impl<I> StructuralPartialEq for Or<I>
Auto Trait Implementations§
impl<I> Freeze for Or<I>where
I: Freeze,
impl<I> RefUnwindSafe for Or<I>where
I: RefUnwindSafe,
impl<I> Send for Or<I>where
I: Send,
impl<I> Sync for Or<I>where
I: Sync,
impl<I> Unpin for Or<I>where
I: Unpin,
impl<I> UnwindSafe for Or<I>where
I: 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