pub enum SpecTag {
Slash,
Excl,
Quest,
}
Variants§
Trait Implementations§
impl Copy for SpecTag
impl Eq for SpecTag
impl StructuralPartialEq for SpecTag
Auto Trait Implementations§
impl Freeze for SpecTag
impl RefUnwindSafe for SpecTag
impl Send for SpecTag
impl Sync for SpecTag
impl Unpin for SpecTag
impl UnwindSafe for SpecTag
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