pub enum IdentRange {
Tag,
Brackets,
Closures,
Crickets,
Rounds,
}Variants§
Trait Implementations§
Source§impl Clone for IdentRange
impl Clone for IdentRange
Source§fn clone(&self) -> IdentRange
fn clone(&self) -> IdentRange
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 PartialEq for IdentRange
impl PartialEq for IdentRange
impl Copy for IdentRange
impl StructuralPartialEq for IdentRange
Auto Trait Implementations§
impl Freeze for IdentRange
impl RefUnwindSafe for IdentRange
impl Send for IdentRange
impl Sync for IdentRange
impl Unpin for IdentRange
impl UnwindSafe for IdentRange
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