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