pub struct TextContinuationIdentity(/* private fields */);Expand description
Unforgeable identity of one continuation, distinct from its shared driver.
Trait Implementations§
Source§impl Clone for TextContinuationIdentity
impl Clone for TextContinuationIdentity
Source§fn clone(&self) -> TextContinuationIdentity
fn clone(&self) -> TextContinuationIdentity
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Eq for TextContinuationIdentity
Auto Trait Implementations§
impl Freeze for TextContinuationIdentity
impl RefUnwindSafe for TextContinuationIdentity
impl Send for TextContinuationIdentity
impl Sync for TextContinuationIdentity
impl Unpin for TextContinuationIdentity
impl UnsafeUnpin for TextContinuationIdentity
impl UnwindSafe for TextContinuationIdentity
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