pub struct RParen(/* private fields */);Trait Implementations§
Source§impl TerminalHandle for RParen
impl TerminalHandle for RParen
impl Copy for RParen
impl Eq for RParen
impl StructuralPartialEq for RParen
Auto Trait Implementations§
impl Freeze for RParen
impl RefUnwindSafe for RParen
impl Send for RParen
impl Sync for RParen
impl Unpin for RParen
impl UnwindSafe for RParen
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