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