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