pub struct ClosePar { /* private fields */ }Expand description
Token
Trait Implementations§
impl Eq for ClosePar
impl StructuralPartialEq for ClosePar
Auto Trait Implementations§
impl Freeze for ClosePar
impl !RefUnwindSafe for ClosePar
impl !Send for ClosePar
impl !Sync for ClosePar
impl Unpin for ClosePar
impl !UnwindSafe for ClosePar
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