pub struct BitwiseOr<S>(/* private fields */);
Trait Implementations§
Auto Trait Implementations§
impl<S> Freeze for BitwiseOr<S>
impl<S> RefUnwindSafe for BitwiseOr<S>
impl<S> Send for BitwiseOr<S>
impl<S> Sync for BitwiseOr<S>
impl<S> Unpin for BitwiseOr<S>
impl<S> UnwindSafe for BitwiseOr<S>
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