pub struct ControlTag { /* private fields */ }Expand description
Stable tag identifying a delimited control prompt.
Implementations§
Trait Implementations§
Source§impl Clone for ControlTag
impl Clone for ControlTag
Source§fn clone(&self) -> ControlTag
fn clone(&self) -> ControlTag
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 moreSource§impl Debug for ControlTag
impl Debug for ControlTag
impl Eq for ControlTag
Source§impl Hash for ControlTag
impl Hash for ControlTag
Source§impl Ord for ControlTag
impl Ord for ControlTag
Source§fn cmp(&self, other: &ControlTag) -> Ordering
fn cmp(&self, other: &ControlTag) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for ControlTag
impl PartialEq for ControlTag
Source§fn eq(&self, other: &ControlTag) -> bool
fn eq(&self, other: &ControlTag) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for ControlTag
impl PartialOrd for ControlTag
impl StructuralPartialEq for ControlTag
Auto Trait Implementations§
impl Freeze for ControlTag
impl RefUnwindSafe for ControlTag
impl Send for ControlTag
impl Sync for ControlTag
impl Unpin for ControlTag
impl UnsafeUnpin for ControlTag
impl UnwindSafe for ControlTag
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