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