pub enum Delim {
Paren,
Bracket,
Brace,
}
Variants§
Trait Implementations§
impl Copy for Delim
impl Eq for Delim
impl StructuralPartialEq for Delim
Auto Trait Implementations§
impl Freeze for Delim
impl RefUnwindSafe for Delim
impl Send for Delim
impl Sync for Delim
impl Unpin for Delim
impl UnwindSafe for Delim
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