pub struct LeftParen;
Trait Implementations§
impl Copy for LeftParen
Auto Trait Implementations§
impl Freeze for LeftParen
impl RefUnwindSafe for LeftParen
impl Send for LeftParen
impl Sync for LeftParen
impl Unpin for LeftParen
impl UnwindSafe for LeftParen
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