pub struct AtGreatest<T: ?Sized, F: Fn(&T) -> bool>(/* private fields */);
Expand description
See at_greatest
.
Trait Implementations§
Source§impl<T: Clone + ?Sized, F: Clone + Fn(&T) -> bool> Clone for AtGreatest<T, F>
impl<T: Clone + ?Sized, F: Clone + Fn(&T) -> bool> Clone for AtGreatest<T, F>
Source§fn clone(&self) -> AtGreatest<T, F>
fn clone(&self) -> AtGreatest<T, F>
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl<T, F> Comparator<T> for AtGreatest<T, F>
impl<T, F> Comparator<T> for AtGreatest<T, F>
impl<T: Copy + ?Sized, F: Copy + Fn(&T) -> bool> Copy for AtGreatest<T, F>
Auto Trait Implementations§
impl<T, F> Freeze for AtGreatest<T, F>
impl<T, F> RefUnwindSafe for AtGreatest<T, F>
impl<T, F> !Send for AtGreatest<T, F>
impl<T, F> !Sync for AtGreatest<T, F>
impl<T, F> Unpin for AtGreatest<T, F>
impl<T, F> UnwindSafe for AtGreatest<T, F>
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