pub struct IN { /* private fields */ }Trait Implementations§
Source§impl Deref for IN
impl Deref for IN
Source§type Target = Comparison
type Target = Comparison
The resulting type after dereferencing.
Source§fn deref(&self) -> &Comparison
fn deref(&self) -> &Comparison
Dereferences the value.
impl LazyStatic for IN
Auto Trait Implementations§
impl Freeze for IN
impl RefUnwindSafe for IN
impl Send for IN
impl Sync for IN
impl Unpin for IN
impl UnwindSafe for IN
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