pub struct OUT { /* private fields */ }Trait Implementations§
Source§impl Deref for OUT
impl Deref for OUT
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 OUT
Auto Trait Implementations§
impl Freeze for OUT
impl RefUnwindSafe for OUT
impl Send for OUT
impl Sync for OUT
impl Unpin for OUT
impl UnwindSafe for OUT
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