pub enum OpenCloseType {
Parenthesis,
Bracket,
Brace,
Interpolation,
}
Variants§
Trait Implementations§
Source§impl Clone for OpenCloseType
impl Clone for OpenCloseType
Source§fn clone(&self) -> OpenCloseType
fn clone(&self) -> OpenCloseType
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 OpenCloseType
impl Debug for OpenCloseType
Source§impl Hash for OpenCloseType
impl Hash for OpenCloseType
Source§impl Ord for OpenCloseType
impl Ord for OpenCloseType
Source§fn cmp(&self, other: &OpenCloseType) -> Ordering
fn cmp(&self, other: &OpenCloseType) -> Ordering
1.21.0 · 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 OpenCloseType
impl PartialEq for OpenCloseType
Source§impl PartialOrd for OpenCloseType
impl PartialOrd for OpenCloseType
impl Eq for OpenCloseType
impl StructuralPartialEq for OpenCloseType
Auto Trait Implementations§
impl Freeze for OpenCloseType
impl RefUnwindSafe for OpenCloseType
impl Send for OpenCloseType
impl Sync for OpenCloseType
impl Unpin for OpenCloseType
impl UnwindSafe for OpenCloseType
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