pub struct ContinueView {
pub esc: Esc,
}Fields§
§esc: EscTrait Implementations§
Source§impl Clone for ContinueView
impl Clone for ContinueView
Source§fn clone(&self) -> ContinueView
fn clone(&self) -> ContinueView
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ContinueView
impl Debug for ContinueView
Source§impl PartialEq for ContinueView
impl PartialEq for ContinueView
impl Copy for ContinueView
impl Eq for ContinueView
impl StructuralPartialEq for ContinueView
Auto Trait Implementations§
impl Freeze for ContinueView
impl RefUnwindSafe for ContinueView
impl Send for ContinueView
impl Sync for ContinueView
impl Unpin for ContinueView
impl UnwindSafe for ContinueView
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