pub struct ShContinue {}
Implementations§
Trait Implementations§
Source§impl Clone for ShContinue
impl Clone for ShContinue
Source§fn clone(&self) -> ShContinue
fn clone(&self) -> ShContinue
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 Hash for ShContinue
impl Hash for ShContinue
Source§impl PartialEq for ShContinue
impl PartialEq for ShContinue
impl StructuralPartialEq for ShContinue
Auto Trait Implementations§
impl Freeze for ShContinue
impl RefUnwindSafe for ShContinue
impl Send for ShContinue
impl Sync for ShContinue
impl Unpin for ShContinue
impl UnwindSafe for ShContinue
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