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