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