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