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