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