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