pub struct BitOr<L, R> { /* private fields */ }Expand description
Represents core::ops::BitOr
Trait Implementations§
impl<L: Copy, R: Copy> Copy for BitOr<L, R>
Auto Trait Implementations§
impl<L, R> Freeze for BitOr<L, R>
impl<L, R> RefUnwindSafe for BitOr<L, R>where
L: RefUnwindSafe,
R: RefUnwindSafe,
impl<L, R> Send for BitOr<L, R>
impl<L, R> Sync for BitOr<L, R>
impl<L, R> Unpin for BitOr<L, R>
impl<L, R> UnsafeUnpin for BitOr<L, R>where
L: UnsafeUnpin,
R: UnsafeUnpin,
impl<L, R> UnwindSafe for BitOr<L, R>where
L: UnwindSafe,
R: 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