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