pub struct OR<L, R, M: _ExprMode = _Recurse> { /* private fields */ }Trait Implementations§
Auto Trait Implementations§
impl<L, R, M> Freeze for OR<L, R, M>
impl<L, R, M> RefUnwindSafe for OR<L, R, M>
impl<L, R, M> Send for OR<L, R, M>
impl<L, R, M> Sync for OR<L, R, M>
impl<L, R, M> Unpin for OR<L, R, M>
impl<L, R, M> UnwindSafe for OR<L, R, M>
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