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