pub struct TopNRule;Trait Implementations§
Auto Trait Implementations§
impl Freeze for TopNRule
impl RefUnwindSafe for TopNRule
impl Send for TopNRule
impl Sync for TopNRule
impl Unpin for TopNRule
impl UnwindSafe for TopNRule
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